Browse Source

sleep for 60s instead of 1000

Abram Connelly 6 năm trước cách đây
mục cha
commit
1f9b21bde7
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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