Changeset 9054 for trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
- Timestamp:
- 07/30/08 16:31:01 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r9040 r9054 53 53 54 54 # get sequence # 55 gettodo >> $scriptlog 2>&1 56 sequence=$process 55 gettodo "1" >> $scriptlog 2>&1 56 sequence=${primaries[0]} 57 telnum=${primaries[1]} 57 58 58 59 # lock sequ for cal … … 103 104 fi 104 105 105 primvar=$no2106 106 setstatus "start" >> $scriptlog 2>&1 107 107 … … 109 109 echo "staging files:" >> $scriptlog 2>&1 110 110 111 echo 'root -q -b $macrospath/stage.C\("\"$sequfile\""\) | tee $scriptlog | intgrep' >> $scriptlog 2>&1112 check0=`root -q -b $macrospath/stage.C\("\"$sequfile\""\) | tee $scriptlog | intgrep`111 echo 'root -q -b $macrospath/stage.C\("\"$sequfile\""\) | tee -a $scriptlog | intgrep' >> $scriptlog 2>&1 112 check0=`root -q -b $macrospath/stage.C\("\"$sequfile\""\) | tee -a $scriptlog | intgrep` 113 113 114 114 case $check0 in
Note:
See TracChangeset
for help on using the changeset viewer.