Changeset 8303 for trunk/MagicSoft/Mars/datacenter/scripts
- Timestamp:
- 02/04/07 11:59:53 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
r8193 r8303 224 224 *) echo "setstatus stop - failed" 225 225 starttime=noreset 226 returncode=$check 226 if [ "$check" == "" ] 227 then 228 returncode=1 229 else 230 returncode=$check 231 fi 227 232 failedcode=$com 228 233 if ! [ "$comadd" = "" ]
Note:
See TracChangeset
for help on using the changeset viewer.