Changeset 16679 for trunk/DataCheck/Transfer/BackupRawToWue.sh
- Timestamp:
- 06/03/13 22:42:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Transfer/BackupRawToWue.sh
r15596 r16679 11 11 # checking that not more than $numrsyncwuelimit 12 12 # instances of the script are running 13 numrsyncwue=`lsof $0 | grep -o -c $0` 14 echo "-"$numrsyncwue"-" 13 numrsyncwue=`/usr/sbin/lsof $0 | grep -o -c $0` 15 14 if [ $numrsyncwue -gt $numrsyncwuelimit ] 16 15 then 17 echo"INFO already "$numrsyncwue" BackupRawToWue.sh running -> exit. "16 printprocesslog "INFO already "$numrsyncwue" BackupRawToWue.sh running -> exit. " 18 17 finish 19 18 fi
Note:
See TracChangeset
for help on using the changeset viewer.