Ignore:
Timestamp:
02/08/06 18:03:41 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/insertsequences

    r7460 r7486  
    3434
    3535user=`whoami`
     36program=insertsequences
    3637source /home/$user/Mars/datacenter/scripts/sourcefile
    3738
     
    5152
    5253# 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
     54checklock  >> $scriptlog 2>&1
    6355
    6456# finding manual written sequence files (marked by the comment '#manually changed')
Note: See TracChangeset for help on using the changeset viewer.