Changeset 7909 for trunk/MagicSoft/Mars/datacenter/scripts/correcttime
- Timestamp:
- 08/22/06 13:42:30 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/correcttime
r7902 r7909 29 29 # 30 30 # After checking, if the script is already running, the todolist is 31 # written by using the macro getdolist.C31 # written 32 32 # Then for each run the timing correction is done 33 33 # If this was successful, the status is inserted into the database using … … 41 41 source `dirname $0`/sourcefile 42 42 43 table=RunProcessStatus44 43 column=fTimingCorrection 45 44 46 todofile=$listpath/ToDo-$table-$column.txt47 45 lockfile=$lockpath/lock-$program.txt 48 46 … … 53 51 fi 54 52 55 cd $mars56 57 53 # get todo list 58 get dolist>> $scriptlog 2>&154 gettodo >> $scriptlog 2>&1 59 55 60 56 # retrieving runs from todo file … … 65 61 finish >> $scriptlog 2>&1 66 62 fi 63 64 cd $mars 67 65 68 66 echo "runs: "${runs[@]}
Note:
See TracChangeset
for help on using the changeset viewer.