- Timestamp:
- 07/20/08 15:21:42 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail
r8513 r9017 73 73 makedir $checkfileavailpath >> $scriptlog 2>&1 74 74 checkfileavaillog=$checkfileavailpath/$program-$sequence.log 75 75 76 76 sequencefile=$sequpath/$no/sequence$no2.txt 77 77 … … 79 79 setstatus "start" >> $scriptlog 2>&1 80 80 81 check1=`root -q -b $macrospath/checkfileavail.C+\(\""$sequencefile\" "\) | tee $checkfileavaillog | intgrep`81 check1=`root -q -b $macrospath/checkfileavail.C+\(\""$sequencefile\",1"\) | tee $checkfileavaillog | intgrep` 82 82 83 83 case $check1 in
Note:
See TracChangeset
for help on using the changeset viewer.