From df1a60968154073f48a52dffe98872b32d745e37 Mon Sep 17 00:00:00 2001 From: axtlos Date: Thu, 28 Apr 2022 19:06:32 +0200 Subject: [PATCH] fix #12, doesn't take as long anymore to recognize an internet conncetion --- scripts/checkNetwork.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/checkNetwork.sh b/scripts/checkNetwork.sh index 1ce9160..320380e 100755 --- a/scripts/checkNetwork.sh +++ b/scripts/checkNetwork.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -ping -c3 getcryst.al -q > /dev/null +ping -c2 getcryst.al -q > /dev/null if [[ $? -eq 0 ]]; then echo "connected" else