Changeset 7955 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 08/29/06 15:11:26 (18 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter/scripts
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/filesondisk
r7954 r7955 142 142 path=`dirname $ccfile` 143 143 path=`echo $path | sed -e 's/cc/caco/'` 144 cacofile=`find $path -name *$newrun* ` 2>/dev/null144 cacofile=`find $path -name *$newrun* 2>/dev/null` 145 145 if [ "$cacofile" = "" ] 146 146 then -
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.