Changeset 7474 for trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
- Timestamp:
- 02/03/06 10:35:02 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
r7473 r7474 47 47 datasetpath=/magic/datasets 48 48 49 check="ok" 50 49 51 50 52 function makedir() … … 92 94 stop) echo "stop" 93 95 case $check in 94 0) echo " ok"96 ok) echo " ok" 95 97 statustime="Now()" 96 98 ;; … … 107 109 ;; 108 110 esac 109 check=110 111 111 112 # printstatusvalues … … 116 117 checkstatus=`root -q -b $macrospath/setstatus.C+\("\"$sequence\""\,"\"$table\""\,"\"$column\""\,"\"$statustime\""\,"\"$failedcode\""\,"\"$failedcomment\""\,"\"$starttime\""\,"\"$failedtime\""\) | tee $setstatuslog | grep int | sed -e 's/(int)//'` 117 118 case $checkstatus in 118 1) echo "checkstatus=$checkstatus -> everything ok, status has been set" 119 *) echo "checkstatus=$checkstatus -> ERROR -> step could not be set" 119 1) echo "checkstatus=$checkstatus -> everything ok, status has been set";; 120 *) echo "checkstatus=$checkstatus -> ERROR -> step could not be set";; 120 121 esac 121 122 }
Note:
See TracChangeset
for help on using the changeset viewer.