From ef38b76f4a05d9340899bdea0a8c94f09ccd1007 Mon Sep 17 00:00:00 2001 From: George Kushnir Date: Mon, 3 Feb 2020 20:15:03 -0500 Subject: [PATCH] Update to r3. --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 3745806..fc50c5a 100644 --- a/start.sh +++ b/start.sh @@ -17,7 +17,7 @@ echo "Revision 2" # Give the network time to come online echo -e "\e[1;32mWaiting for Network...\e[0m" -sleep 5 +sleep 2 # update script if networked if [[ $updated != "r2" ]] && ping -q -c 1 -W 1 8.8.8.8 >/dev/null; then