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 1837bc32..d5b3943f 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 db7aff68..cf10ce67 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 afe8fed7..0be1dd45 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 ec5d62e7..d11cc00c 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 ff9ef82a..74579fb1 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 531de099..0e3e211b 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 c502fbfb..a502575c 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 e393d409..75e671d6 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 1e91c7c4..877b2cc6 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 6d612ed6..3d23993c 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 15d10f2a..3ee77e76 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 66ac393a..baec9656 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 b578247f..8cf0e3dc 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 049fc81f..2f2bd540 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 0077a99d..1ec009cb 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 e2934db9..02a34dca 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 a6b5a712..2db4ae73 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 caa2e0f8..5331c19e 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 49296b42..aecee008 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 0a138e21..cc886c74 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 9c654141..0966ed74 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 1e134b52..b667f015 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 632a2662..c5b6fc89 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 454754ba..d55653aa 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 4f5efb07..cb84ec95 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 985f77d3..db487fec 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 dff19754..dd6f282e 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 821dd303..ea88b35a 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 d44d4815..20625dfa 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 db50be80..ceff4d52 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 6d2614b8..b502d0f2 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 13fa965b..18eea29c 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 2f291ca2..a675c978 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