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