- Timestamp:
- 02/08/06 18:03:41 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
r7483 r7486 50 50 # check if script is already running 51 51 lockfile=$lockpath/lock-$program.txt 52 date > $lockfile >> $scriptlog 2>&1 53 checklock0=$? 54 case $checklock0 in 55 0) echo "checklock0=$checklock0 -> continue " >> $scriptlog 2>&1;; 56 1) echo "checklock0=$checklock0 -> file exists " >> $scriptlog 2>&1 57 echo "-> $program is running -> exit" >> $scriptlog 2>&1 58 date >> $scriptlog 2>&1 59 exit;; 60 *) echo "checklock0=$checklock0 -> something went completely wrong" >> $scriptlog 2>&1;; 61 esac 52 checklock >> $scriptlog 2>&1 62 53 63 54 # reason why calibration with standard callisto.rc fails
Note:
See TracChangeset
for help on using the changeset viewer.