Changeset 7944 for trunk/MagicSoft/Mars/datacenter/scripts/rmlocks
- Timestamp:
- 08/25/06 22:09:49 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/rmlocks
r7902 r7944 38 38 39 39 source `dirname $0`/sourcefile 40 printprocesslog "INFO starting $0" 40 41 41 42 files=`ls $lockpath/*` … … 49 50 if [ $compdate -gt $filedate ] 50 51 then 52 printprocesslog "INFO removing file $file" 51 53 rm -v $file 52 54 echo "date: "$filedate
Note:
See TracChangeset
for help on using the changeset viewer.