Ignore:
Timestamp:
04/11/06 11:23:32 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck

    r7529 r7631  
    125125   var1=$date
    126126   var2=$no2
    127    rawfile=`find /magic/data/rawfiles/ -name *${run}_[D,P,C,S]_*_E.raw`
     127   rawfile=`find /magic/data/rawfiles/ -name *${run}_[D,P,C,S]_*_E.raw -o -name *${run}_[D,P,C,S]_*_E.raw.gz`
    128128   echo "rawfile: "$rawfile >> $scriptlog 2>&1
    129    date=`find /magic/data/rawfiles/ -name *${run}_[D,P,C,S]_*_E.raw | cut -c 22-31`
     129   date=`echo $rawfile | cut -c 22-31`
    130130   echo "date: "$date >> $scriptlog 2>&1
    131131   # for sinope the date is needed in the format YYYY-MM-DD
Note: See TracChangeset for help on using the changeset viewer.