Changeset 7563 for trunk


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

Legend:

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

    r7562 r7563  
    5050date >> $scriptlog 2>&1
    5151
    52 # check if script is already running
    53 lockfile=$lockpath/lock-dowebplots.txt
    54 checklock  >> $scriptlog 2>&1
    55 
    5652
    5753while getopts p: opts
     
    7066   echo "no program name given -> exit"  >> $scriptlog 2>&1
    7167   echo "usage: $(basename $0) -p programname"   >> $scriptlog 2>&1
    72    rm -v $lockfile >> $scriptlog 2>&1
    7368   date  >> $scriptlog 2>&1
    7469   exit
    7570fi
     71
     72# check if script is already running
     73lockfile=$lockpath/lock-dowebplots-$type.txt
     74checklock  >> $scriptlog 2>&1
    7675
    7776
Note: See TracChangeset for help on using the changeset viewer.