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