From aab692301e943d1ecc3587dfe99d3d9a66f47bf2 Mon Sep 17 00:00:00 2001 From: andryyy Date: Tue, 29 Jan 2019 00:06:19 +0100 Subject: [PATCH] [Update] Check internet connection via 1.1.1.1 --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 0e7dc426..fb86da21 100755 --- a/update.sh +++ b/update.sh @@ -235,7 +235,7 @@ for option in ${CONFIG_ARRAY[@]}; do done echo -en "Checking internet connection... " -curl -o /dev/null google.com -sm3 +curl -o /dev/null 1.1.1.1 -sm3 if [[ $? != 0 ]]; then echo -e "\e[31mfailed\e[0m" exit 1