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