From b6d249cb90a4be72c44b4c8c336038e9acb050ae Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 13:49:14 -0400 Subject: [PATCH 01/33] Update adguard-install.sh --- setup/adguard-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/adguard-install.sh b/setup/adguard-install.sh index 1837bc325..d5b3943f6 100644 --- a/setup/adguard-install.sh +++ b/setup/adguard-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From a4231ffb98787f7f1eaab7ff229268b06f3e5aa6 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 13:49:36 -0400 Subject: [PATCH 02/33] Update daemonsync-install.sh --- setup/daemonsync-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/daemonsync-install.sh b/setup/daemonsync-install.sh index db7aff681..cf10ce678 100644 --- a/setup/daemonsync-install.sh +++ b/setup/daemonsync-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From 435d6215e7b5143c6055cab5efc4945bdd9ffd31 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 13:50:12 -0400 Subject: [PATCH 03/33] Update dashy-install.sh --- setup/dashy-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/dashy-install.sh b/setup/dashy-install.sh index afe8fed7c..0be1dd454 100644 --- a/setup/dashy-install.sh +++ b/setup/dashy-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From 681d482eeb66d89c7d8dc25292039247f876a593 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 13:50:39 -0400 Subject: [PATCH 04/33] Update debian-install.sh --- setup/debian-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/debian-install.sh b/setup/debian-install.sh index ec5d62e7b..d11cc00c1 100644 --- a/setup/debian-install.sh +++ b/setup/debian-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From c394833bef3187edcbad19a4ddc3cfbd604888f6 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 13:51:06 -0400 Subject: [PATCH 05/33] Update docker-install.sh --- setup/docker-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/docker-install.sh b/setup/docker-install.sh index ff9ef82af..74579fb1d 100644 --- a/setup/docker-install.sh +++ b/setup/docker-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From a04c3cdbfba49e9c71050b94f7884407e545b230 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 13:51:35 -0400 Subject: [PATCH 06/33] Update esphome-install.sh --- setup/esphome-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/esphome-install.sh b/setup/esphome-install.sh index 531de0994..0e3e211b5 100644 --- a/setup/esphome-install.sh +++ b/setup/esphome-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From 7c3771ebd66adab3d6f953523c81100d172d47fb Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 13:53:59 -0400 Subject: [PATCH 07/33] Update grafana-install.sh --- setup/grafana-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/grafana-install.sh b/setup/grafana-install.sh index c502fbfbd..a502575cc 100644 --- a/setup/grafana-install.sh +++ b/setup/grafana-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From 7e5be036555fc7d861cf23d3841ee8855947bacf Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 13:54:30 -0400 Subject: [PATCH 08/33] Update heimdalldashboard-install.sh --- setup/heimdalldashboard-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/heimdalldashboard-install.sh b/setup/heimdalldashboard-install.sh index e393d4099..75e671d64 100644 --- a/setup/heimdalldashboard-install.sh +++ b/setup/heimdalldashboard-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From fc9dc9b7bdf3fa6d85db159344ff2ce6906cecb4 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 13:59:41 -0400 Subject: [PATCH 09/33] Update homeassistant-install.sh --- setup/homeassistant-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/homeassistant-install.sh b/setup/homeassistant-install.sh index 1e91c7c46..877b2cc6f 100644 --- a/setup/homeassistant-install.sh +++ b/setup/homeassistant-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From f14b1caefa4817ab00807bfe3ec659f3fe3370bf Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 14:00:05 -0400 Subject: [PATCH 10/33] Update homebridge-install.sh --- setup/homebridge-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/homebridge-install.sh b/setup/homebridge-install.sh index 6d612ed6f..3d23993ce 100644 --- a/setup/homebridge-install.sh +++ b/setup/homebridge-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From bcd66f4bb347832ee4e1b85c2b46ce3fd078cca6 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 14:00:29 -0400 Subject: [PATCH 11/33] Update influxdb-install.sh --- setup/influxdb-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/influxdb-install.sh b/setup/influxdb-install.sh index 15d10f2ac..3ee77e765 100644 --- a/setup/influxdb-install.sh +++ b/setup/influxdb-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From c983ce92dde99b97be764b25e9d1684bb182af9f Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 14:00:55 -0400 Subject: [PATCH 12/33] Update iobroker-install.sh --- setup/iobroker-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/iobroker-install.sh b/setup/iobroker-install.sh index 66ac393af..baec9656e 100644 --- a/setup/iobroker-install.sh +++ b/setup/iobroker-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From 9fdb8f0e6438881660d1f9a19d1bf21bcfdc3fdf Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 14:01:19 -0400 Subject: [PATCH 13/33] Update jellyfin-install.sh --- setup/jellyfin-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/jellyfin-install.sh b/setup/jellyfin-install.sh index b578247fd..8cf0e3dc8 100644 --- a/setup/jellyfin-install.sh +++ b/setup/jellyfin-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From 36beb776e0623607e66e95521519ebe78139c3bd Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 14:01:44 -0400 Subject: [PATCH 14/33] Update mariadb-install.sh --- setup/mariadb-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/mariadb-install.sh b/setup/mariadb-install.sh index 049fc81f0..2f2bd540b 100644 --- a/setup/mariadb-install.sh +++ b/setup/mariadb-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From 3c44965c4c1b3af77e4ea1c0605ca8ddf766bb5f Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 14:02:21 -0400 Subject: [PATCH 15/33] Update meshcentral-install.sh --- setup/meshcentral-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/meshcentral-install.sh b/setup/meshcentral-install.sh index 0077a99df..1ec009cbe 100644 --- a/setup/meshcentral-install.sh +++ b/setup/meshcentral-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From 54b040d2cee72725dd216438bdd9428af917c16d Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 14:02:49 -0400 Subject: [PATCH 16/33] Update motioneye-install.sh --- setup/motioneye-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/motioneye-install.sh b/setup/motioneye-install.sh index e2934db93..02a34dcaa 100644 --- a/setup/motioneye-install.sh +++ b/setup/motioneye-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From 04cc7a753c4f1467f1b4941a6be2294275a211f7 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 14:03:17 -0400 Subject: [PATCH 17/33] Update mqtt-install.sh --- setup/mqtt-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/mqtt-install.sh b/setup/mqtt-install.sh index a6b5a7129..2db4ae73c 100644 --- a/setup/mqtt-install.sh +++ b/setup/mqtt-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From fd81fa4332c131828705de77ee755bb8aa2763a4 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 14:03:50 -0400 Subject: [PATCH 18/33] Update nginx-proxy-manager-install.sh --- setup/nginx-proxy-manager-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/nginx-proxy-manager-install.sh b/setup/nginx-proxy-manager-install.sh index caa2e0f81..5331c19ec 100644 --- a/setup/nginx-proxy-manager-install.sh +++ b/setup/nginx-proxy-manager-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From c05e50061bdafc8f0da2cdc542f4e054a948b730 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 14:04:13 -0400 Subject: [PATCH 19/33] Update nocodb-install.sh --- setup/nocodb-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/nocodb-install.sh b/setup/nocodb-install.sh index 49296b420..aecee0082 100644 --- a/setup/nocodb-install.sh +++ b/setup/nocodb-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From b7af280c87dcb6d5c93e28bf05b899f1075c42bc Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 14:04:43 -0400 Subject: [PATCH 20/33] Update node-red-install.sh --- setup/node-red-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/node-red-install.sh b/setup/node-red-install.sh index 0a138e217..cc886c742 100644 --- a/setup/node-red-install.sh +++ b/setup/node-red-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From fd9115f37f996756bc2890e61656cd05941386e9 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 14:05:16 -0400 Subject: [PATCH 21/33] Update omada-install.sh --- setup/omada-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/omada-install.sh b/setup/omada-install.sh index 9c6541417..0966ed74b 100644 --- a/setup/omada-install.sh +++ b/setup/omada-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From 4129a4bbfeca5abf1713fcc6607eee1b2bb8aaf6 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 14:05:43 -0400 Subject: [PATCH 22/33] Update photoprism-install.sh --- setup/photoprism-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/photoprism-install.sh b/setup/photoprism-install.sh index 1e134b52d..b667f0157 100644 --- a/setup/photoprism-install.sh +++ b/setup/photoprism-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From c13119da7b65a43180b83bbca44cab096aa06472 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 14:07:12 -0400 Subject: [PATCH 23/33] Update pihole-install.sh --- setup/pihole-install.sh | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/setup/pihole-install.sh b/setup/pihole-install.sh index 632a26627..c5b6fc898 100644 --- a/setup/pihole-install.sh +++ b/setup/pihole-install.sh @@ -11,6 +11,22 @@ CM="${GN}✓${CL}" CROSS="${RD}✗${CL}" BFR="\\r\\033[K" HOLD="-" +set -o errexit +set -o errtrace +set -o nounset +set -o pipefail +shopt -s expand_aliases +alias die='EXIT=$? LINE=$LINENO error_exit' +trap die ERR + +function error_exit() { + trap - ERR + local reason="Unknown failure occured." + local msg="${1:-$reason}" + local flag="${RD}‼ ERROR ${CL}$EXIT@$LINE" + echo -e "$flag $msg" 1>&2 + exit $EXIT +} function msg_info() { local msg="$1" @@ -38,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From cd8fc33a3de8a31950c3f2a2224abd3fabe488a8 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 14:07:41 -0400 Subject: [PATCH 24/33] Update plex-install.sh --- setup/plex-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/plex-install.sh b/setup/plex-install.sh index 454754ba6..d55653aa0 100644 --- a/setup/plex-install.sh +++ b/setup/plex-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From 92aaaa60272ed5d978e038ff3263adc7d25ca48f Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 14:08:06 -0400 Subject: [PATCH 25/33] Update podman-homeassistant-install.sh --- setup/podman-homeassistant-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/podman-homeassistant-install.sh b/setup/podman-homeassistant-install.sh index 4f5efb074..cb84ec959 100644 --- a/setup/podman-homeassistant-install.sh +++ b/setup/podman-homeassistant-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From d8c17413ccc6421634a52c4cb82fa3beded8df13 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 14:08:35 -0400 Subject: [PATCH 26/33] Update technitiumdns-install.sh --- setup/technitiumdns-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/technitiumdns-install.sh b/setup/technitiumdns-install.sh index 985f77d3d..db487fec2 100644 --- a/setup/technitiumdns-install.sh +++ b/setup/technitiumdns-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From 4f0df646612fe3066b4b7b5dd04c985903cdb752 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 14:09:00 -0400 Subject: [PATCH 27/33] Update ubuntu-install.sh --- setup/ubuntu-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/ubuntu-install.sh b/setup/ubuntu-install.sh index dff197540..dd6f282e2 100644 --- a/setup/ubuntu-install.sh +++ b/setup/ubuntu-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From ca4dffe6f32ed1de19984fea70b1a7341e182b0d Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 14:09:25 -0400 Subject: [PATCH 28/33] Update unifi-install.sh --- setup/unifi-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/unifi-install.sh b/setup/unifi-install.sh index 821dd303e..ea88b35ad 100644 --- a/setup/unifi-install.sh +++ b/setup/unifi-install.sh @@ -55,7 +55,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From 993f71a5296b11a4008eef149cbf1f07b144eecd Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 14:09:55 -0400 Subject: [PATCH 29/33] Update uptimekuma-install.sh --- setup/uptimekuma-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/uptimekuma-install.sh b/setup/uptimekuma-install.sh index d44d48154..20625dfab 100644 --- a/setup/uptimekuma-install.sh +++ b/setup/uptimekuma-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From 55efeb834e47eb1be6e354f5b157bde507662b95 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 14:11:14 -0400 Subject: [PATCH 30/33] Update wireguard-install.sh --- setup/wireguard-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/wireguard-install.sh b/setup/wireguard-install.sh index db50be80b..ceff4d52f 100644 --- a/setup/wireguard-install.sh +++ b/setup/wireguard-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From b8b4c1b6b495111065e8fb6e8b3b6209f794337e Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 14:11:37 -0400 Subject: [PATCH 31/33] Update vaultwarden-install.sh --- setup/vaultwarden-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/vaultwarden-install.sh b/setup/vaultwarden-install.sh index 6d2614b8f..b502d0f2b 100644 --- a/setup/vaultwarden-install.sh +++ b/setup/vaultwarden-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From cffd181b6fa9b4bef68be701726cbfda79978622 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 14:12:01 -0400 Subject: [PATCH 32/33] Update zigbee2mqtt-install.sh --- setup/zigbee2mqtt-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/zigbee2mqtt-install.sh b/setup/zigbee2mqtt-install.sh index 13fa965b9..18eea29c2 100644 --- a/setup/zigbee2mqtt-install.sh +++ b/setup/zigbee2mqtt-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else From d787338071fc31e1c53ff1ac127023d9071526b2 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 14:12:34 -0400 Subject: [PATCH 33/33] Update zwavejs2mqtt-install.sh --- setup/zwavejs2mqtt-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/zwavejs2mqtt-install.sh b/setup/zwavejs2mqtt-install.sh index 2f291ca2a..a675c9783 100644 --- a/setup/zwavejs2mqtt-install.sh +++ b/setup/zwavejs2mqtt-install.sh @@ -54,7 +54,7 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -wget -q --tries=10 --timeout=5 --spider http://google.com +wget -q --tries=10 --timeout=5 --spider https://google.com if [[ $? -eq 0 ]]; then msg_ok "Internet Online" else