Explorar el Código

Remove Internet Check

tteckster hace 3 años
padre
commit
33a5d2b95f
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. 0 6
      setup/keycloak-install.sh

+ 0 - 6
setup/keycloak-install.sh

@@ -54,12 +54,6 @@ done
 msg_ok "Set up Container OS"
 msg_ok "Set up Container OS"
 msg_ok "Network Connected: ${BL}$(hostname -I)"
 msg_ok "Network Connected: ${BL}$(hostname -I)"
 
 
-if : >/dev/tcp/8.8.8.8/53; then
-  msg_ok "Internet Online"
-else
-  echo -e "${BFR} ${CROSS}${RD} Internet Offline"
-fi
-
 msg_info "Updating Container OS"
 msg_info "Updating Container OS"
 apt update &>/dev/null
 apt update &>/dev/null
 apt-get -qqy upgrade &>/dev/null
 apt-get -qqy upgrade &>/dev/null