Changeset 7265 for trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto
- Timestamp:
- 08/05/05 18:33:55 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto
r7233 r7265 68 68 69 69 case $check0 in 70 1) echo "check0=$check0 -> ever thing ok -> run fillcallisto" >> $scriptlog 2>&1;;70 1) echo "check0=$check0 -> everything ok -> run fillcallisto" >> $scriptlog 2>&1;; 71 71 *) echo "check0=$check0 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1;; 72 72 esac … … 103 103 104 104 case $check1 in 105 1) echo "check1=$check1 -> ever thing ok -> run fillsignal " >> $scriptlog 2>&1;;105 1) echo "check1=$check1 -> everything ok -> run fillsignal " >> $scriptlog 2>&1;; 106 106 *) echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 107 107 continue;; … … 110 110 check2=`root -q -b $macrospath/fillsignal.C+\("\"$signalfile\""\,kFALSE\) | tee $fillsignallog | grep int | sed -e 's/(int)//'` 111 111 case $check2 in 112 1) echo "check2=$check2 -> ever thing ok " >> $scriptlog 2>&1112 1) echo "check2=$check2 -> everything ok " >> $scriptlog 2>&1 113 113 echo "-> inserting the status for fillcallisto for sequence $sequence into the db" >> $scriptlog 2>&1 114 114 setstatuslogpath=$logpath/setstatus/fillcallisto/$no … … 118 118 check4=`root -q -b $macrospath/setstatus.C+\("\"$sequence\""\,"\"$table\""\,"\"$column\""\,"\"Now()\""\) | tee $setstatuslog-$sequence.log | grep int | sed -e 's/(int)//'` 119 119 case $check4 in 120 1) echo "check4=$check4 -> ever thing ok, status has been set" >> $scriptlog 2>&1;;120 1) echo "check4=$check4 -> everything ok, status has been set" >> $scriptlog 2>&1;; 121 121 *) echo "check4=$check4 -> ERROR -> step could not be set" >> $scriptlog 2>&1;; 122 122 esac
Note:
See TracChangeset
for help on using the changeset viewer.