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/select.sh

    r516 r540  
    2626if [ ! $# = 3 ]; then
    2727  $ECHO "usage: ${scriptName} <scaXYZ.sum> <signalXYZDirectory> <type of phase:ON|OFF|CALIBON|CALIBOFF>"
    28   touch ${tmppublicpath}/select.finished
     28#JEC 29/9/11 avoid finished stuff
     29#  touch ${tmppublicpath}/select.finished
    2930  exit 0
    3031fi
     
    4849if [ ! -e $inScaFile ]; then
    4950  $ECHO "FATAL (${scriptName}): $inScaFile not found"
    50   touch ${tmppublicpath}/select.finished
     51#JEC 29/9/11 avoid finished stuff
     52#  touch ${tmppublicpath}/select.finished
    5153  exit 1
    5254fi
     
    6971    *)
    7072    $ECHO "FATAL (${scriptName}): use ON|OFF|CALIBON|CALIBOFF phase tags."
    71     touch ${tmppublicpath}/select.finished
     73#JEC 29/9/11 avoid finished stuff
     74#    touch ${tmppublicpath}/select.finished
    7275    exit 1
    7376    ;;
     
    224227$RM $OUT2
    225228
    226 touch ${tmppublicpath}/select.finished
     229#JEC 29/9/11 avoid finished stuff
     230#touch ${tmppublicpath}/select.finished
    227231exit 0
Note: See TracChangeset for help on using the changeset viewer.