- Timestamp:
- 02/16/06 12:02:50 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7510 r7511 20 20 2006/02/16 Daniela Dorner 21 21 22 * datacenter/scripts/checkstardon :22 * datacenter/scripts/checkstardone: 23 23 - small improvement 24 25 * datacenter/scripts/sourcefile: 26 - small bugfix in setstatus function 24 27 25 28 -
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.