Changeset 7486 for trunk/MagicSoft/Mars/datacenter/scripts/insertsequences
- Timestamp:
- 02/08/06 18:03:41 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/insertsequences
r7460 r7486 34 34 35 35 user=`whoami` 36 program=insertsequences 36 37 source /home/$user/Mars/datacenter/scripts/sourcefile 37 38 … … 51 52 52 53 # check if script is already running 53 date > $lockpath/lock-insertsequences.txt >> $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 "-> insertsequences 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 # finding manual written sequence files (marked by the comment '#manually changed')
Note:
See TracChangeset
for help on using the changeset viewer.