Changeset 7511 for trunk/MagicSoft/Mars/datacenter/scripts
- Timestamp:
- 02/16/06 12:02:50 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
r7503 r7511 200 200 makedir $setstatuslogpath 201 201 setstatuslog=$setstatuslogpath/setstatus-$@-$program-$var2.log 202 checkstatus=`root -q -b $macrospath/setstatus.C+\("\"$ sequence\""\,"\"$table\""\,"\"$column\""\,"\"$statustime\""\,"\"$returncode\""\,"\"$failedcode\""\,"\"$failedcodeadd\""\,"\"$starttime\""\,"\"$failedtime\""\) | tee $setstatuslog | grep int | sed -e 's/(int)//'`202 checkstatus=`root -q -b $macrospath/setstatus.C+\("\"$var2\""\,"\"$table\""\,"\"$column\""\,"\"$statustime\""\,"\"$returncode\""\,"\"$failedcode\""\,"\"$failedcodeadd\""\,"\"$starttime\""\,"\"$failedtime\""\) | tee $setstatuslog | grep int | sed -e 's/(int)//'` 203 203 case $checkstatus in 204 204 1) echo "checkstatus=$checkstatus -> everything ok, status has been set";;
Note:
See TracChangeset
for help on using the changeset viewer.