diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-10-13 13:42:26 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-10-13 13:42:26 +0200 |
commit | fc9ed13a456d90598c61c5d924afaff73e31bf09 (patch) | |
tree | 4c1b60db44c6a84f41cef7afe7051ec2b744a078 /new_archinstall.sh | |
parent | 2f843f4377a41efa79bb4c78886c28e39977b9fc (diff) | |
download | archinstall-fc9ed13a456d90598c61c5d924afaff73e31bf09.tar archinstall-fc9ed13a456d90598c61c5d924afaff73e31bf09.tar.zst archinstall-fc9ed13a456d90598c61c5d924afaff73e31bf09.zip |
Raised ping timeout to 3 seconds.
Diffstat (limited to 'new_archinstall.sh')
-rw-r--r-- | new_archinstall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |