Ignore:
Timestamp:
02/08/06 18:03:41 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/dowebplots

    r7460 r7486  
    3333
    3434user=`whoami`
     35program=dowebplots
    3536source /home/$user/Mars/datacenter/scripts/sourcefile
    3637
     
    5152# check if script is already running
    5253lockfile=$lockpath/lock-dowebplots.txt
    53 date > $lockfile >> $scriptlog 2>&1
    54 checklock0=$?
    55 case $checklock0 in
    56     0)   echo "checklock0=$checklock0 -> continue " >> $scriptlog 2>&1;;
    57     1)   echo "checklock0=$checklock0 -> file exists " >> $scriptlog 2>&1
    58          echo "-> for datacheck is running -> exit" >> $scriptlog 2>&1
    59          date  >> $scriptlog 2>&1
    60          exit;;
    61     *)   echo "checklock0=$checklock0 -> something went completely wrong" >> $scriptlog 2>&1;;
    62 esac
    63 
     54checklock  >> $scriptlog 2>&1
    6455
    6556#finding all rootfiles in the webdirectory
Note: See TracChangeset for help on using the changeset viewer.