Changeset 8400 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 04/12/07 18:28:52 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
r8380 r8400 133 133 function finish() 134 134 { 135 rm -v $todofile 136 rm -v $lockfile 135 if ls $todofile >/dev/null 2>&1 136 then 137 rm -v $todofile 138 fi 139 if ls $lockfile >/dev/null 2>&1 140 then 141 rm -v $lockfile 142 fi 137 143 date 138 144 printprocesslog "INFO finished $0"
Note:
See TracChangeset
for help on using the changeset viewer.