Changeset 7486 for trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
- Timestamp:
- 02/08/06 18:03:41 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
r7460 r7486 33 33 34 34 user=`whoami` 35 program=dowebplots 35 36 source /home/$user/Mars/datacenter/scripts/sourcefile 36 37 … … 51 52 # check if script is already running 52 53 lockfile=$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 54 checklock >> $scriptlog 2>&1 64 55 65 56 #finding all rootfiles in the webdirectory
Note:
See TracChangeset
for help on using the changeset viewer.