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

    r7482 r7486  
    5858cd $mars
    5959
    60 # check if getting of list is already running
    61 date > $lockfile >> $scriptlog 2>&1
    62 checklock0=$?
    63 case $checklock0 in
    64     0)   echo "checklock0=$checklock0 -> continue " >> $scriptlog 2>&1;;
    65     1)   echo "checklock0=$checklock0 -> file exists " >> $scriptlog 2>&1
    66          echo "-> getting list for $program is running -> exit" >> $scriptlog 2>&1
    67          date  >> $scriptlog 2>&1
    68          exit;;
    69     *)   echo "checklock0=$checklock0 -> something went completely wrong" >> $scriptlog 2>&1;;
    70 esac
    71 
    7260# finding todo file
    7361echo "checking if other todo-files are there" >> $scriptlog 2>&1
     
    7765   echo " -> choose one file and run $program" >> $scriptlog 2>&1
    7866else
     67   # check if getting of list is already running
     68   checklock "getting list of" >> $scriptlog 2>&1
    7969   # get todo list
    8070   getdolist  >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.