Ignore:
Timestamp:
Nov 7, 2011, 10:47:08 AM (13 years ago)
Author:
torrento
Message:

Comment sleep in while loop

File:
1 edited

Legend:

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

    r579 r595  
    253253  $RM -f ${tmppublicpath}/getscafiles.finished
    254254  ${scriptpath}/getscafiles.sh ${sourceRadio} ${dateDAQ} > ${OUT1} 2>&1
    255   while [ ! -f "${tmppublicpath}/getscafiles.finished" ]; do
    256       $ECHO "INFO (${scriptName}): waiting for ${tmppublicpath}/getscafiles.finished"
    257       date +%T
    258       sleep 30
    259   done
     255#  while [ ! -f "${tmppublicpath}/getscafiles.finished" ]; do
     256#      $ECHO "INFO (${scriptName}): waiting for ${tmppublicpath}/getscafiles.finished"
     257#      date +%T
     258#      sleep 30
     259#  done
    260260  $RM ${tmppublicpath}/getscafiles.finished
    261261  $ECHO "DEBUG (${scriptName}): END"
Note: See TracChangeset for help on using the changeset viewer.