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

Legend:

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

    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 timing correction is done
    3333# If this was successful, the status is inserted into the database using
     
    4141source `dirname $0`/sourcefile
    4242
    43 table=RunProcessStatus
    4443column=fTimingCorrection
    4544
    46 todofile=$listpath/ToDo-$table-$column.txt
    4745lockfile=$lockpath/lock-$program.txt
    4846
     
    5351fi
    5452
    55 cd $mars
    56 
    5753# get todo list
    58 getdolist  >> $scriptlog 2>&1
     54gettodo  >> $scriptlog 2>&1
    5955
    6056# retrieving runs from todo file
     
    6561   finish >> $scriptlog 2>&1
    6662fi
     63
     64cd $mars
    6765
    6866echo "runs: "${runs[@]}
Note: See TracChangeset for help on using the changeset viewer.