Ignore:
Timestamp:
07/30/08 16:31:01 (16 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9046 r9054  
    4242printprocesslog "INFO starting $0"
    4343echo "This script has not been adapted to the new file structure (MAGIC II). "
     44echo "Only the usage of getodo has been adapted, but not tested."
    4445echo "Please adapt it before using it."
    4546exit
     
    5455
    5556# get run #
    56 gettodo >> $scriptlog 2>&1
    57 run=$process
     57gettodo "1" >> $scriptlog 2>&1
     58run=${primaries[0]}
     59telnum=${primaries[1]}
     60filenum=${primaries[2]}
    5861
    5962# lock sequ
     
    7477date2=`echo $date | sed -e 's/\//-/g'`
    7578
    76 primvar=$no2
     79#primvar=$no2
    7780setstatus "start" >> $scriptlog 2>&1
    7881
Note: See TracChangeset for help on using the changeset viewer.