Changeset 9054 for trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck
- Timestamp:
- 07/30/08 16:31:01 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck
r9046 r9054 42 42 printprocesslog "INFO starting $0" 43 43 echo "This script has not been adapted to the new file structure (MAGIC II). " 44 echo "Only the usage of getodo has been adapted, but not tested." 44 45 echo "Please adapt it before using it." 45 46 exit … … 54 55 55 56 # get run # 56 gettodo >> $scriptlog 2>&1 57 run=$process 57 gettodo "1" >> $scriptlog 2>&1 58 run=${primaries[0]} 59 telnum=${primaries[1]} 60 filenum=${primaries[2]} 58 61 59 62 # lock sequ … … 74 77 date2=`echo $date | sed -e 's/\//-/g'` 75 78 76 primvar=$no279 #primvar=$no2 77 80 setstatus "start" >> $scriptlog 2>&1 78 81
Note:
See TracChangeset
for help on using the changeset viewer.