Changeset 599 for BAORadio


Ignore:
Timestamp:
Nov 10, 2011, 11:43:42 AM (13 years ago)
Author:
torrento
Message:

Comment removal of getscafiles.finished

Location:
BAORadio/AmasNancay/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BAORadio/AmasNancay/trunk/anagainmaker.sh

    r598 r599  
    177177  $ECHO "DEBUG (${scriptName}): START call getscafiles.sh ${sourceRadio} ${dateDAQ}"
    178178  OUT1=./getScaStatus.$$
    179   $RM -f ${tmppublicpath}/getscafiles.finished
     179#  $RM -f ${tmppublicpath}/getscafiles.finished
    180180  ${scriptpath}/getscafiles.sh ${sourceRadio} ${dateDAQ} > ${OUT1} 2>&1
    181181# AST 21/10/2011: comment while as it blocks the job
     
    185185#      sleep 30
    186186#  done
    187   $RM ${tmppublicpath}/getscafiles.finished
     187#  $RM ${tmppublicpath}/getscafiles.finished
    188188  $ECHO "DEBUG (${scriptName}): END"
    189189#
  • BAORadio/AmasNancay/trunk/anarawonoffmaker.sh

    r595 r599  
    251251  $ECHO "DEBUG (${scriptName}): START call getscafiles.sh ${sourceRadio} ${dateDAQ}"
    252252  OUT1=./getScaStatus.$$
    253   $RM -f ${tmppublicpath}/getscafiles.finished
     253#  $RM -f ${tmppublicpath}/getscafiles.finished
    254254  ${scriptpath}/getscafiles.sh ${sourceRadio} ${dateDAQ} > ${OUT1} 2>&1
    255255#  while [ ! -f "${tmppublicpath}/getscafiles.finished" ]; do
     
    258258#      sleep 30
    259259#  done
    260   $RM ${tmppublicpath}/getscafiles.finished
     260#  $RM ${tmppublicpath}/getscafiles.finished
    261261  $ECHO "DEBUG (${scriptName}): END"
    262262#
Note: See TracChangeset for help on using the changeset viewer.