- Timestamp:
- 03/02/06 18:04:04 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
r7562 r7563 50 50 date >> $scriptlog 2>&1 51 51 52 # check if script is already running53 lockfile=$lockpath/lock-dowebplots.txt54 checklock >> $scriptlog 2>&155 56 52 57 53 while getopts p: opts … … 70 66 echo "no program name given -> exit" >> $scriptlog 2>&1 71 67 echo "usage: $(basename $0) -p programname" >> $scriptlog 2>&1 72 rm -v $lockfile >> $scriptlog 2>&173 68 date >> $scriptlog 2>&1 74 69 exit 75 70 fi 71 72 # check if script is already running 73 lockfile=$lockpath/lock-dowebplots-$type.txt 74 checklock >> $scriptlog 2>&1 76 75 77 76
Note:
See TracChangeset
for help on using the changeset viewer.