From df1b6b7288ddea49b855af4f74e833742eaacb81 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 28 Apr 2022 21:11:39 -0400 Subject: [PATCH] Update nocodb-install.sh --- setup/nocodb-install.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/setup/nocodb-install.sh b/setup/nocodb-install.sh index 9ee678b4..7b9c96c7 100644 --- a/setup/nocodb-install.sh +++ b/setup/nocodb-install.sh @@ -54,15 +54,6 @@ done msg_ok "Set up Container OS" 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 - msg_ok "Internet Online" -else - echo -e "${BFR} ${CROSS}${RD} Internet Offline${CL}" -fi - msg_info "Updating Container OS" apt update &>/dev/null apt-get -qqy upgrade &>/dev/null