Changeset 7486 for trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto
- Timestamp:
- 02/08/06 18:03:41 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto
r7482 r7486 58 58 59 59 # check if the script is already running 60 date > $lockfile >> $scriptlog 2>&1 61 checklock0=$? 62 case $checklock0 in 63 0) echo "checklock0=$checklock0 -> continue " >> $scriptlog 2>&1;; 64 1) echo "checklock0=$checklock0 -> file exists " >> $scriptlog 2>&1 65 echo "-> $program is running -> exit" >> $scriptlog 2>&1 66 date >> $scriptlog 2>&1 67 exit;; 68 *) echo "checklock0=$checklock0 -> something went completely wrong" >> $scriptlog 2>&1;; 69 esac 60 checklock >> $scriptlog 2>&1 70 61 71 62 # get todo file
Note:
See TracChangeset
for help on using the changeset viewer.