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

    r7482 r7486  
    5858
    5959# 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
     60checklock  >> $scriptlog 2>&1
    7061
    7162# get todo file
Note: See TracChangeset for help on using the changeset viewer.