Browse Source

sleep for 60s instead of 1000

Abram Connelly 6 years ago
parent
commit
1f9b21bde7
1 changed files with 2 additions and 1 deletions
  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