Explorar o código

Remove Internet Check

tteckster %!s(int64=3) %!d(string=hai) anos
pai
achega
8fe0e1f970
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      setup/photoprism-install.sh

+ 0 - 6
setup/photoprism-install.sh

@@ -55,12 +55,6 @@ done
 msg_ok "Set up Container OS"
 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"
 apt update &>/dev/null
 apt-get -qqy upgrade &>/dev/null