From 99b615b0ba919cb9630904121ebf4ce48cec3e3c Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Thu, 30 May 2019 02:05:33 +0300 Subject: [PATCH] Network failure event: better description --- updatewine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updatewine.sh b/updatewine.sh index e2ccf1c..fd0b0e4 100755 --- a/updatewine.sh +++ b/updatewine.sh @@ -265,7 +265,7 @@ function sudoQuestion() { function checkInternet() { if [[ $(echo $(wget --delete-after -q -T 5 github.com -o -)$?) -ne 0 ]]; then - echo -e "\nInternet connection failed (GitHub). Please check your connection and try again.\n" + echo -e "\nDNS name resolution failed (GitHub). Please check your network connection settings and try again.\n" exit 1 fi rm -f ./index.html.tmp