Changeset 7265 for trunk/MagicSoft/Mars/datacenter/scripts/runstar
- Timestamp:
- 08/05/05 18:33:55 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runstar
r7258 r7265 74 74 75 75 case $check0 in 76 1) echo "check0=$check0 -> ever thing ok -> run star" >> $scriptlog 2>&1;;76 1) echo "check0=$check0 -> everything ok -> run star" >> $scriptlog 2>&1;; 77 77 *) echo "check0=$check0 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1;; 78 78 esac … … 145 145 146 146 case $check1 in 147 0) echo "check1=$check1 -> ever thing ok " >> $scriptlog 2>&1147 0) echo "check1=$check1 -> everything ok " >> $scriptlog 2>&1 148 148 echo "-> inserting the status for star for sequence $sequence into the db" >> $scriptlog 2>&1 149 149 setstatuslogpath=$logpath/setstatus/star/$no … … 153 153 check4=`root -q -b $macrospath/setstatus.C+\("\"$sequence\""\,"\"$table\""\,"\"$column\""\,"\"Now()\""\) | tee $setstatuslog | grep int | sed -e 's/(int)//'` 154 154 case $check4 in 155 1) echo "check4=$check4 -> ever thing ok, status has been set" >> $scriptlog 2>&1;;155 1) echo "check4=$check4 -> everything ok, status has been set" >> $scriptlog 2>&1;; 156 156 *) echo "check4=$check4 -> ERROR -> step could not be set" >> $scriptlog 2>&1;; 157 157 esac
Note:
See TracChangeset
for help on using the changeset viewer.