Changeset 7955 for trunk/MagicSoft/Mars/datacenter/scripts/rmlocks
- Timestamp:
- 08/29/06 15:11:26 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/rmlocks
r7944 r7955 50 50 if [ $compdate -gt $filedate ] 51 51 then 52 printprocesslog "INFO removing file $file" 53 rm -v $file 52 printprocesslog "WARN lockfile $file is older than 12 hours" 53 # printprocesslog "INFO removing file $file" 54 # rm -v $file 54 55 echo "date: "$filedate 55 56 echo "comp: "$compdate … … 58 59 done 59 60 61 printprocesslog "INFO finished $0" 62
Note:
See TracChangeset
for help on using the changeset viewer.