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/runcallisto

    r9040 r9054  
    5353
    5454# get sequence #
    55 gettodo >> $scriptlog 2>&1
    56 sequence=$process
     55gettodo "1" >> $scriptlog 2>&1
     56sequence=${primaries[0]}
     57telnum=${primaries[1]}
    5758
    5859# lock sequ for cal
     
    103104fi
    104105
    105 primvar=$no2
    106106setstatus "start" >> $scriptlog 2>&1
    107107
     
    109109echo "staging files:" >> $scriptlog 2>&1
    110110
    111 echo 'root -q -b $macrospath/stage.C\("\"$sequfile\""\) | tee $scriptlog | intgrep' >> $scriptlog 2>&1
    112 check0=`root -q -b $macrospath/stage.C\("\"$sequfile\""\) | tee $scriptlog | intgrep`
     111echo 'root -q -b $macrospath/stage.C\("\"$sequfile\""\) | tee -a $scriptlog | intgrep' >> $scriptlog 2>&1
     112check0=`root -q -b $macrospath/stage.C\("\"$sequfile\""\) | tee -a $scriptlog | intgrep`
    113113
    114114case $check0 in
Note: See TracChangeset for help on using the changeset viewer.