From fc9ed13a456d90598c61c5d924afaff73e31bf09 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 13 Oct 2019 13:42:26 +0200 Subject: Raised ping timeout to 3 seconds. --- new_archinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'new_archinstall.sh') diff --git a/new_archinstall.sh b/new_archinstall.sh index bb485b8..05fdbc5 100644 --- a/new_archinstall.sh +++ b/new_archinstall.sh @@ -81,7 +81,7 @@ fi output "Check internet connection ..." -if ping -w 1 -c 1 $TESTSERVER > /dev/null; then +if ping -w 3 -c 1 $TESTSERVER > /dev/null; then output "Internet connection is ready - OK" else output "Could not reach testserver '$TESTSERVER' - FAILED" -- cgit v1.2.3-70-g09d2