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/makecallistolinks

    r7483 r7486  
    5050# check if script is already running
    5151lockfile=$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
     52checklock  >> $scriptlog 2>&1
    6253
    6354# reason why calibration with standard callisto.rc fails
Note: See TracChangeset for help on using the changeset viewer.