Changeset 9223 for trunk/MagicSoft


Ignore:
Timestamp:
01/15/09 17:30:16 (16 years ago)
Author:
snruegam
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9221 r9223  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2009/01/15 Stefan Ruegamer
     22
     23   * datacenter/scripts/dodatacheck:
     24     - removed the _E in the find command; files from 2008/06/04 on do
     25       not have it any more
     26
     27
    2028
    2129 2009/01/14 Daniel Hoehne-Moench
  • trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck

    r9199 r9223  
    7272query="SELECT DATE_FORMAT(ADDDATE(fRunStart, INTERVAL +13 HOUR), '%Y/%m/%d') FROM RunData where fRunNumber="$run
    7373date=`sendquery`
    74 rawfile=`find /magic/data/rawfiles/$date -name *${run}_[D,P,C,S,N]_*_E.raw -o -name *${run}_[DPCSN]_*_E.raw.gz`
     74rawfile=`find /magic/data/rawfiles/$date -name *${run}_[D,P,C,S,N]_*.raw -o -name *${run}_[DPCSN]_*.raw.gz`
    7575echo "rawfile: "$rawfile >> $scriptlog 2>&1
    7676# for sinope the date is needed in the format YYYY-MM-DD
Note: See TracChangeset for help on using the changeset viewer.