Changeset 7909 for trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck
- Timestamp:
- 08/22/06 13:42:30 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck
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 following steps are done: 33 33 # - filldotraw.C … … 45 45 set -C 46 46 47 cd $mars48 49 table=RunProcessStatus50 47 column=fDataCheckDone 51 48 52 todofile=$listpath/ToDo-$table-$column53 49 lockfile=$lockpath/lock-getting-$program-list.txt 54 50 … … 69 65 checklock "getting list of" >> $scriptlog 2>&1 70 66 # get todo list 71 get dolist >> $scriptlog 2>&167 gettodolist >> $scriptlog 2>&1 72 68 rm -v $lockfile >> $scriptlog 2>&1 73 69 fi … … 114 110 finish >> $scriptlog 2>&1 115 111 fi 112 113 cd $mars 116 114 117 115 # processing run(s)
Note:
See TracChangeset
for help on using the changeset viewer.