Changeset 7265 for trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
- Timestamp:
- 08/05/05 18:33:55 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r7256 r7265 77 77 78 78 case $check0 in 79 1) echo "check0=$check0 -> ever thing ok -> run callisto" >> $scriptlog 2>&1;;79 1) echo "check0=$check0 -> everything ok -> run callisto" >> $scriptlog 2>&1;; 80 80 *) echo "check0=$check0 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1;; 81 81 esac … … 160 160 161 161 case $check1 in 162 0) echo "check1=$check1 -> ever thing ok -> doing update..." >> $scriptlog 2>&1162 0) echo "check1=$check1 -> everything ok -> doing update..." >> $scriptlog 2>&1 163 163 echo "finding files to be updated" >> $scriptlog 2>&1 164 164 calfiles=`find $outpath -name *_Y_* ` … … 211 211 check2=$? 212 212 case $check2 in 213 0) echo "check2=$check2 -> ever thing ok, merppccupdate worked -> continue" >> $scriptlog 2>&1;;213 0) echo "check2=$check2 -> everything ok, merppccupdate worked -> continue" >> $scriptlog 2>&1;; 214 214 *) echo "check2=$check2 -> ERROR -> merppccupdate failed" >> $scriptlog 2>&1 215 215 continue 2 ;; … … 218 218 check3=$? 219 219 case $check3 in 220 0) echo "check3=$check3 -> ever thing ok, merppcacoupdate worked -> continue" >> $scriptlog 2>&1;;220 0) echo "check3=$check3 -> everything ok, merppcacoupdate worked -> continue" >> $scriptlog 2>&1;; 221 221 *) echo "check3=$check3 -> ERROR -> merppcacoupdate failed" >> $scriptlog 2>&1 222 222 continue 2 ;; … … 231 231 check4=`root -q -b $macrospath/setstatus.C+\("\"$sequence\""\,"\"$table\""\,"\"$column\""\,"\"Now()\""\) | tee $setstatuslog | grep int | sed -e 's/(int)//'` 232 232 case $check4 in 233 1) echo "check4=$check4 -> ever thing ok, status has been set" >> $scriptlog 2>&1;;233 1) echo "check4=$check4 -> everything ok, status has been set" >> $scriptlog 2>&1;; 234 234 *) echo "check4=$check4 -> ERROR -> step could not be set" >> $scriptlog 2>&1;; 235 235 esac
Note:
See TracChangeset
for help on using the changeset viewer.