From 3d5a3edf57262ca4bfc893c9f13cbfc23b7f5e1f Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 27 Apr 2022 18:49:40 -0400 Subject: [PATCH] Update debian-install.sh --- setup/debian-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/debian-install.sh b/setup/debian-install.sh index 607cf01d..c18abaea 100644 --- a/setup/debian-install.sh +++ b/setup/debian-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" == "0" ]]; then +if [[ "$INTER" != "0" ]]; then msg_ok "Internet Online" else - echo -e "${BFR} ${CROSS}${RD} Internet Offline" + echo -e "${BFR} ${CROSS}${RD} Internet Offline${CL}" fi msg_info "Updating Container OS"