Changeset 7631


Ignore:
Timestamp:
04/11/06 11:23:32 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7630 r7631  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2006/04/11 Daniel Hoehne, Daniela Dorner
     22
     23   * datacenter/scripts/dodatacheck:
     24     - fixed bug in finding raw-files
     25
     26
    2027
    2128 2006/04/10 Daniel Hoehne
  • 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.