- Timestamp:
- 07/29/05 23:13:12 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/writesequencefiles
r7213 r7232 83 83 84 84 echo "getting list..." >> $scriptlog 2>&1 85 check0=`root -q -b $macrospath/getdolist.C+\("\"$table\""\,"\"$column\""\,"\"$date\""\ ) | tee $getstatuslog | grep int | sed -e 's/(int)//'`85 check0=`root -q -b $macrospath/getdolist.C+\("\"$table\""\,"\"$column\""\,"\"$date\""\,"\"$listpath\""\) | tee $getstatuslog | grep int | sed -e 's/(int)//'` 86 86 87 87 case $check0 in … … 107 107 no=`printf %08d $sequence | cut -c 0-4` 108 108 no2=`printf %08d $sequence` 109 sequencepath= /magic/sequences/$no109 sequencepath=$sequpath/$no 110 110 if [ ! -d $sequencepath ] 111 111 then … … 131 131 132 132 echo "write sequencefile for sequence $sequence" >> $scriptlog 2>&1 133 check2=`root -q -b $macrospath/writesequencefile.C+\($sequence\ ) | tee $writesequencefilelogpath/writesequencefile-$no2.log | grep int | sed -e 's/(int)//'`133 check2=`root -q -b $macrospath/writesequencefile.C+\($sequence\,"\"$sequpath\""\) | tee $writesequencefilelogpath/writesequencefile-$no2.log | grep int | sed -e 's/(int)//'` 134 134 case $check2 in 135 135 1) echo "check2=$check2 -> everthing ok " >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.