Ignore:
Timestamp:
Oct 3, 2011, 10:58:41 AM (13 years ago)
Author:
campagne
Message:

avoid the link to a specif bao daq date (jec)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BAORadio/AmasNancay/scaIsOk.sh

    r513 r540  
    5555
    5656
     57#JEC 1/10/11 Use generic baodaqstatus name
    5758#get the daq current irod status
    58 tag=`${DATE} +%F`
    59 OUT1=${publicpath}/baodaqstatus-${tag}.txt
    60 OUT1=${publicpath}/baodaqstatus-2011-09-11.txt
     59#tag=`${DATE} +%F`
     60#OUT1=${publicpath}/baodaqstatus-${tag}.txt
     61#OUT1=${publicpath}/baodaqstatus-2011-09-11.txt
     62OUT1=${publicpath}/baodaqstatus-current.txt
     63
    6164
    6265if [ ! -e ${OUT1} -o ! -r ${OUT1} ]; then
    6366    $ECHO "FATAL (${scriptName}): ${OUT1} is missing or not readable..."
    64     touch ${tmppublicpath}/scaIsOk.finished
     67#    touch ${tmppublicpath}/scaIsOk.finished
    6568    exit 1
    6669fi
Note: See TracChangeset for help on using the changeset viewer.