Changeset 8525 for trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
- Timestamp:
- 05/17/07 13:47:42 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
r8482 r8525 51 51 then 52 52 echo "could not make dir "$@ 53 rm -v $todofile 54 rm -v $lockfile 53 if ! [ "$todofile" = "" ] && ls $todofile >/dev/null 2>&1 54 then 55 rm -v $todofile 56 fi 57 if ls $lockfile >/dev/null 2>&1 58 then 59 rm -v $lockfile 60 fi 55 61 date 56 62 exit
Note:
See TracChangeset
for help on using the changeset viewer.