Ver código fonte

sleep for 60s instead of 1000

Abram Connelly 6 anos atrás
pai
commit
1f9b21bde7
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      busunit/scripts/apply_update_popufare.sh

+ 2 - 1
busunit/scripts/apply_update_popufare.sh

@@ -77,7 +77,8 @@ if [[ "$update_checksum" == "$local_checksum" ]] ; then
       if [ -f $SSH_TUNNEL_PIDFILE ]; then kill `cat $SSH_TUNNEL_PIDFILE`; sleep 30; fi
       /usr/bin/poff gprs
       shutdown -r now;
-      sleep 1000;
+      #sleep 1000;
+      sleep 60;
     fi
     exit 0
   else