Ignore:
Timestamp:
08/22/06 13:42:30 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7902 r7909  
    2929#
    3030# After checking, if the script is already running, the todolist is
    31 # written by using the macro getdolist.C
     31# written
    3232# Then for each run the following steps are done:
    3333#  - filldotraw.C
     
    4545set -C
    4646
    47 cd $mars
    48 
    49 table=RunProcessStatus
    5047column=fDataCheckDone
    5148
    52 todofile=$listpath/ToDo-$table-$column
    5349lockfile=$lockpath/lock-getting-$program-list.txt
    5450
     
    6965   checklock "getting list of" >> $scriptlog 2>&1
    7066   # get todo list
    71    getdolist  >> $scriptlog 2>&1
     67   gettodolist  >> $scriptlog 2>&1
    7268   rm -v $lockfile >> $scriptlog 2>&1
    7369fi
     
    114110   finish >> $scriptlog 2>&1
    115111fi
     112
     113cd $mars
    116114
    117115# processing run(s)
Note: See TracChangeset for help on using the changeset viewer.