Changeset 7911 for trunk/MagicSoft/Mars/datacenter/scripts/doexclusions
- Timestamp:
- 08/22/06 15:36:10 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/doexclusions
r7909 r7911 28 28 # this step is needed. 29 29 # 30 # After checking, if the script is already running, the todolist is 31 # written 30 # After checking if the script is already running the todolist is written. 32 31 # Then the run are excluded for each date in the todolist using the 33 32 # macro doexclusions.C … … 75 74 var2=$date 76 75 doexclusionspath=$logpath/$program/$year2 77 echo "excl path: $doexclusionspath"78 76 makedir $doexclusionspath >> $scriptlog 2>&1 79 77 doexclusionslog=$doexclusionspath/doexclusions-$date.log 80 78 81 echo "run $program..." >> $scriptlog 2>&182 79 setstatus "start" >> $scriptlog 2>&1 83 80 … … 85 82 86 83 case $check1 in 87 1) echo " check1=$check1 -> everything ok -> setting status..." >> $scriptlog 2>&1 ;;88 *) echo " check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&184 1) echo " check1=$check1 -> everything ok -> setting status..." >> $scriptlog 2>&1 ;; 85 *) echo " check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 89 86 com=$Fdoexcl 90 87 check=$check1 91 88 ;; 92 89 esac 93 echo "inserting the status for $program for date $date into the db" >> $scriptlog 2>&190 94 91 setstatus "stop" >> $scriptlog 2>&1 95 92 done
Note:
See TracChangeset
for help on using the changeset viewer.