From 677887b8d76a8b996aa1c8b6006ef1c9de1ad687 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 27 Apr 2022 18:50:13 -0400 Subject: [PATCH] Update adguard-install.sh --- setup/adguard-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/adguard-install.sh b/setup/adguard-install.sh index d73765c7..8a8a99f8 100644 --- a/setup/adguard-install.sh +++ b/setup/adguard-install.sh @@ -57,10 +57,10 @@ msg_ok "Network Connected: ${BL}$(hostname -I)" msg_info "Checking Internet Status" INTER=$(wget -q --tries=10 --timeout=5 --spider https://google.com) sleep 2 -if [[ $INTER -eq 0 ]]; then +if [[ "$INTER" != "0" ]]; then msg_ok "Internet Online" else - echo -e "${CROSS}${RD} Internet Offline" + echo -e "${BFR} ${CROSS}${RD} Internet Offline${CL}" fi msg_info "Updating Container OS"