From cedd77c46b9c20ad83e34e79a6094538113328fc Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 11:35:57 -0400 Subject: [PATCH 01/33] Update motioneye-v3.sh --- ct/motioneye-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/motioneye-v3.sh b/ct/motioneye-v3.sh index 8a76ccf9..dd93d417 100644 --- a/ct/motioneye-v3.sh +++ b/ct/motioneye-v3.sh @@ -80,9 +80,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -213,7 +213,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -236,7 +236,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From d1cf1ea7e6815e392802c525a3f059cdcac97602 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 11:49:19 -0400 Subject: [PATCH 02/33] Update adguard-v3.sh --- ct/adguard-v3.sh | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/ct/adguard-v3.sh b/ct/adguard-v3.sh index 5deca39f..a461d709 100644 --- a/ct/adguard-v3.sh +++ b/ct/adguard-v3.sh @@ -67,24 +67,24 @@ function default_settings() { echo -e "${BL}Using Default Settings${CL}" echo -e "${DGN}Using CT Type ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" - echo -e "${DGN}Using CT Password ${BGN}Automatic Login${CL}" - PW=" " - echo -e "${DGN}Using CT ID ${BGN}$NEXTID${CL}" - CT_ID=$NEXTID - echo -e "${DGN}Using CT Name ${BGN}$NSAPP${CL}" - HN=$NSAPP - echo -e "${DGN}Using Disk Size ${BGN}2GB${CL}" - DISK_SIZE="2" - echo -e "${DGN}Using ${BGN}1vCPU${CL}" - CORE_COUNT="1" - echo -e "${DGN}Using ${BGN}512MiB${CL}${DGN} RAM${CL}" - RAM_SIZE="512" - echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" - NET=dhcp - echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + echo -e "${DGN}Using CT Password ${BGN}Automatic Login${CL}" + PW=" " + echo -e "${DGN}Using CT ID ${BGN}$NEXTID${CL}" + CT_ID=$NEXTID + echo -e "${DGN}Using CT Name ${BGN}$NSAPP${CL}" + HN=$NSAPP + echo -e "${DGN}Using Disk Size ${BGN}2GB${CL}" + DISK_SIZE="2" + echo -e "${DGN}Using ${BGN}1vCPU${CL}" + CORE_COUNT="1" + echo -e "${DGN}Using ${BGN}512MiB${CL}${DGN} RAM${CL}" + RAM_SIZE="512" + echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" + NET=dhcp + echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -215,7 +215,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -238,7 +238,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From 3173b250e4fd9964c74c3cfb7ed890a0f864931d Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 11:50:33 -0400 Subject: [PATCH 03/33] Update daemonsync-v3.sh --- ct/daemonsync-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/daemonsync-v3.sh b/ct/daemonsync-v3.sh index 3d8ad2ff..c1b763ca 100644 --- a/ct/daemonsync-v3.sh +++ b/ct/daemonsync-v3.sh @@ -82,9 +82,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -215,7 +215,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -238,7 +238,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From 64561422e9aa8bd9ace065cf223fb0de81df0f1a Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 11:51:25 -0400 Subject: [PATCH 04/33] Update dashy-v3.sh --- ct/dashy-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/dashy-v3.sh b/ct/dashy-v3.sh index 7d789f1e..9d86c691 100644 --- a/ct/dashy-v3.sh +++ b/ct/dashy-v3.sh @@ -82,9 +82,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -215,7 +215,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -238,7 +238,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From bfa72b0ce1a2d455f79e5a409610c6a5736ce313 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 11:52:42 -0400 Subject: [PATCH 05/33] Update debian-v3.sh --- ct/debian-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/debian-v3.sh b/ct/debian-v3.sh index e5b98317..023939fc 100644 --- a/ct/debian-v3.sh +++ b/ct/debian-v3.sh @@ -80,9 +80,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -213,7 +213,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -236,7 +236,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From d4f49ade1abca521612b6477f8033eaf5188b8ff Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 11:53:33 -0400 Subject: [PATCH 06/33] Update docker-v3.sh --- ct/docker-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/docker-v3.sh b/ct/docker-v3.sh index 46da64aa..05b49f8e 100644 --- a/ct/docker-v3.sh +++ b/ct/docker-v3.sh @@ -79,9 +79,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -212,7 +212,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -235,7 +235,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From a8c1510e8c46bbebf65be65f905116b3c88281ae Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 11:54:23 -0400 Subject: [PATCH 07/33] Update esphome-v3.sh --- ct/esphome-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/esphome-v3.sh b/ct/esphome-v3.sh index fbfac335..2c451cda 100644 --- a/ct/esphome-v3.sh +++ b/ct/esphome-v3.sh @@ -81,9 +81,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -214,7 +214,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -237,7 +237,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From bd7425877cc369d0759c7db64df302df47174882 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 11:55:13 -0400 Subject: [PATCH 08/33] Update grafana-v3.sh --- ct/grafana-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/grafana-v3.sh b/ct/grafana-v3.sh index 3fc2d0ba..71b7f3cd 100644 --- a/ct/grafana-v3.sh +++ b/ct/grafana-v3.sh @@ -80,9 +80,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -213,7 +213,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -236,7 +236,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From 8fdf6b5d3d855bc9c48bba6f9930eeb823539124 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 11:56:02 -0400 Subject: [PATCH 09/33] Update heimdalldashboard-v3.sh --- ct/heimdalldashboard-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/heimdalldashboard-v3.sh b/ct/heimdalldashboard-v3.sh index 16de9e56..15929ea2 100644 --- a/ct/heimdalldashboard-v3.sh +++ b/ct/heimdalldashboard-v3.sh @@ -81,9 +81,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -214,7 +214,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -237,7 +237,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From a535001280bb59e03fd1e9f58052c6e7b4cd30ab Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 11:56:57 -0400 Subject: [PATCH 10/33] Update homeassistant-v3.sh --- ct/homeassistant-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/homeassistant-v3.sh b/ct/homeassistant-v3.sh index c8242a8c..b7d52358 100644 --- a/ct/homeassistant-v3.sh +++ b/ct/homeassistant-v3.sh @@ -79,9 +79,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -212,7 +212,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -235,7 +235,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From 003ddc5cd3bba62573dfe80ea1c1e17732195710 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 11:57:55 -0400 Subject: [PATCH 11/33] Update homebridge-v3.sh --- ct/homebridge-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/homebridge-v3.sh b/ct/homebridge-v3.sh index 826573bc..7238548f 100644 --- a/ct/homebridge-v3.sh +++ b/ct/homebridge-v3.sh @@ -80,9 +80,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -213,7 +213,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -236,7 +236,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From 9e4e5242c0b22f67d01eaa9732619a803cf7a544 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 11:58:41 -0400 Subject: [PATCH 12/33] Update influxdb-v3.sh --- ct/influxdb-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/influxdb-v3.sh b/ct/influxdb-v3.sh index 11572293..dc75e8ce 100644 --- a/ct/influxdb-v3.sh +++ b/ct/influxdb-v3.sh @@ -81,9 +81,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -214,7 +214,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -237,7 +237,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From 88eb54e41fb51b04264ca032b1579264179b206b Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 11:59:27 -0400 Subject: [PATCH 13/33] Update iobroker-v3.sh --- ct/iobroker-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/iobroker-v3.sh b/ct/iobroker-v3.sh index 645910ed..b41da184 100644 --- a/ct/iobroker-v3.sh +++ b/ct/iobroker-v3.sh @@ -80,9 +80,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -213,7 +213,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -236,7 +236,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From 7ca20beeb059b4dcf6463969ca048238689dd049 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 12:00:14 -0400 Subject: [PATCH 14/33] Update jellyfin-v3.sh --- ct/jellyfin-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/jellyfin-v3.sh b/ct/jellyfin-v3.sh index 4df0bc04..0893d1c2 100644 --- a/ct/jellyfin-v3.sh +++ b/ct/jellyfin-v3.sh @@ -82,9 +82,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -215,7 +215,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -238,7 +238,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From af825b68319439d9c90e98098b5d7534f3e3dbf6 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 12:01:08 -0400 Subject: [PATCH 15/33] Update mariadb-v3.sh --- ct/mariadb-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/mariadb-v3.sh b/ct/mariadb-v3.sh index 15c26710..1b40846c 100644 --- a/ct/mariadb-v3.sh +++ b/ct/mariadb-v3.sh @@ -80,9 +80,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -213,7 +213,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -236,7 +236,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From d2922c67fa09a84e4fc3472645a162d055e71e83 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 12:01:52 -0400 Subject: [PATCH 16/33] Update meshcentral-v3.sh --- ct/meshcentral-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/meshcentral-v3.sh b/ct/meshcentral-v3.sh index 776f2752..bb5f8441 100644 --- a/ct/meshcentral-v3.sh +++ b/ct/meshcentral-v3.sh @@ -80,9 +80,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -213,7 +213,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -236,7 +236,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From 799b720fa3d31b3a894ab94c51fc4b6d9f9348e7 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 12:02:50 -0400 Subject: [PATCH 17/33] Update mqtt-v3.sh --- ct/mqtt-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/mqtt-v3.sh b/ct/mqtt-v3.sh index d2e43ca5..f1ed01df 100644 --- a/ct/mqtt-v3.sh +++ b/ct/mqtt-v3.sh @@ -80,9 +80,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -213,7 +213,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -236,7 +236,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From 821a8a141dd64c1ad2ef3b258e459b2937b0c7da Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 12:03:32 -0400 Subject: [PATCH 18/33] Update nginx-proxy-manager-v3.sh --- ct/nginx-proxy-manager-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/nginx-proxy-manager-v3.sh b/ct/nginx-proxy-manager-v3.sh index aab3e5c5..49dd42c3 100644 --- a/ct/nginx-proxy-manager-v3.sh +++ b/ct/nginx-proxy-manager-v3.sh @@ -80,9 +80,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -213,7 +213,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -236,7 +236,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From 1bdbf9a604dab4afe0a7b6126f293ba14995dc88 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 12:04:17 -0400 Subject: [PATCH 19/33] Update nocodb-v3.sh --- ct/nocodb-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/nocodb-v3.sh b/ct/nocodb-v3.sh index 8eb3fc47..ccb8735c 100644 --- a/ct/nocodb-v3.sh +++ b/ct/nocodb-v3.sh @@ -80,9 +80,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -213,7 +213,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -236,7 +236,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From a8e800cb32d060ba3e372e0b8188d1ce396dc7ed Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 12:05:09 -0400 Subject: [PATCH 20/33] Update node-red-v3.sh --- ct/node-red-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/node-red-v3.sh b/ct/node-red-v3.sh index 1f0d38bb..601b8237 100644 --- a/ct/node-red-v3.sh +++ b/ct/node-red-v3.sh @@ -80,9 +80,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -213,7 +213,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -236,7 +236,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From 4b020d598df1ad0a332bc3ab6799b0e7e4256cc9 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 12:05:51 -0400 Subject: [PATCH 21/33] Update omada-v3.sh --- ct/omada-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/omada-v3.sh b/ct/omada-v3.sh index fbd3b664..b308f58d 100644 --- a/ct/omada-v3.sh +++ b/ct/omada-v3.sh @@ -80,9 +80,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -213,7 +213,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -236,7 +236,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From 33d5cff2022a7e1bea610acec48f9989942e3f95 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 12:06:38 -0400 Subject: [PATCH 22/33] Update photoprism-v3.sh --- ct/photoprism-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/photoprism-v3.sh b/ct/photoprism-v3.sh index 67547300..2688a16a 100644 --- a/ct/photoprism-v3.sh +++ b/ct/photoprism-v3.sh @@ -80,9 +80,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -213,7 +213,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -236,7 +236,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From 505cdc3108a23155a2ec2f007c3dd45f588acf99 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 12:07:24 -0400 Subject: [PATCH 23/33] Update pihole-v3.sh --- ct/pihole-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/pihole-v3.sh b/ct/pihole-v3.sh index 1d9c5723..f0d7029a 100644 --- a/ct/pihole-v3.sh +++ b/ct/pihole-v3.sh @@ -80,9 +80,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -213,7 +213,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -236,7 +236,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From d5f7983bb415a6c8ff2898dcde8e706b1fa894aa Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 12:08:15 -0400 Subject: [PATCH 24/33] Update plex-v3.sh --- ct/plex-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/plex-v3.sh b/ct/plex-v3.sh index 1a5c6fde..27307445 100644 --- a/ct/plex-v3.sh +++ b/ct/plex-v3.sh @@ -80,9 +80,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -213,7 +213,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -236,7 +236,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From 7a1cb26efb9690c77975f1ae4ec1a3d3cc6ccf64 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 12:08:58 -0400 Subject: [PATCH 25/33] Update podman-homeassistant-v3.sh --- ct/podman-homeassistant-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/podman-homeassistant-v3.sh b/ct/podman-homeassistant-v3.sh index 75893d4b..2d23e779 100644 --- a/ct/podman-homeassistant-v3.sh +++ b/ct/podman-homeassistant-v3.sh @@ -85,9 +85,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -218,7 +218,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -241,7 +241,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From 521c48dbde0b30c57d2e766062766e8bfdceca83 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 12:09:44 -0400 Subject: [PATCH 26/33] Update technitiumdns-v3.sh --- ct/technitiumdns-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/technitiumdns-v3.sh b/ct/technitiumdns-v3.sh index 5a466254..c679db72 100644 --- a/ct/technitiumdns-v3.sh +++ b/ct/technitiumdns-v3.sh @@ -80,9 +80,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -213,7 +213,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -236,7 +236,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From 1daf0a465912b40339f3e8bca6b0bdc232e7e857 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 12:10:26 -0400 Subject: [PATCH 27/33] Update ubuntu-v3.sh --- ct/ubuntu-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/ubuntu-v3.sh b/ct/ubuntu-v3.sh index c430232a..2e56f7c1 100644 --- a/ct/ubuntu-v3.sh +++ b/ct/ubuntu-v3.sh @@ -80,9 +80,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -213,7 +213,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -236,7 +236,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From 1dc3bd968cabc865a3a6b6ea2dc3db363e73f474 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 12:11:11 -0400 Subject: [PATCH 28/33] Update unifi-v3.sh --- ct/unifi-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/unifi-v3.sh b/ct/unifi-v3.sh index 16fa88a9..18c9c419 100644 --- a/ct/unifi-v3.sh +++ b/ct/unifi-v3.sh @@ -80,9 +80,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -213,7 +213,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -236,7 +236,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From e7125046f516ad1ae2bd6c039b1b71df8b634461 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 12:11:51 -0400 Subject: [PATCH 29/33] Update uptimekuma-v3.sh --- ct/uptimekuma-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/uptimekuma-v3.sh b/ct/uptimekuma-v3.sh index af05bb94..cf070784 100644 --- a/ct/uptimekuma-v3.sh +++ b/ct/uptimekuma-v3.sh @@ -82,9 +82,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -215,7 +215,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -238,7 +238,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From 02e8e4ba4d4ea720d41f172e0043e8b56cbd2fbf Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 12:12:35 -0400 Subject: [PATCH 30/33] Update vaultwarden-v3.sh --- ct/vaultwarden-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/vaultwarden-v3.sh b/ct/vaultwarden-v3.sh index 8149e55c..01c5df98 100644 --- a/ct/vaultwarden-v3.sh +++ b/ct/vaultwarden-v3.sh @@ -80,9 +80,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -213,7 +213,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -236,7 +236,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From 4c3b3dfb255a3a9a53be15f8fef074f75c29a273 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 12:13:21 -0400 Subject: [PATCH 31/33] Update wireguard-v3.sh --- ct/wireguard-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/wireguard-v3.sh b/ct/wireguard-v3.sh index 7584a91e..5e0b0108 100644 --- a/ct/wireguard-v3.sh +++ b/ct/wireguard-v3.sh @@ -81,9 +81,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -214,7 +214,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -237,7 +237,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From f8cfe6237c37c7c661e0867c29c2a18c5f171a37 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 12:14:04 -0400 Subject: [PATCH 32/33] Update zigbee2mqtt-v3.sh --- ct/zigbee2mqtt-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/zigbee2mqtt-v3.sh b/ct/zigbee2mqtt-v3.sh index 462c3bf9..796b7124 100644 --- a/ct/zigbee2mqtt-v3.sh +++ b/ct/zigbee2mqtt-v3.sh @@ -82,9 +82,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -215,7 +215,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -238,7 +238,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1" From 556746ad303235fb4f10ba661b993c6eea70d35c Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 12:14:44 -0400 Subject: [PATCH 33/33] Update zwavejs2mqtt-v3.sh --- ct/zwavejs2mqtt-v3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/zwavejs2mqtt-v3.sh b/ct/zwavejs2mqtt-v3.sh index 9135bd34..8b70fb41 100644 --- a/ct/zwavejs2mqtt-v3.sh +++ b/ct/zwavejs2mqtt-v3.sh @@ -81,9 +81,9 @@ function default_settings() { echo -e "${DGN}Using Static IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" - GATE=" " + GATE="" echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + VLAN="" } function advanced_settings() { @@ -214,7 +214,7 @@ header_info echo -e "${DGN}Using Static IP Address ${BGN}$NET${CL}" echo -e "${YW}Enter a Gateway IP, or Press [ENTER] for Default: NONE " read GATE1 - if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; + if [ -z $GATE1 ]; then GATE1="NONE" GATE=""; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else GATE=",gw=$GATE1" @@ -237,7 +237,7 @@ header_info echo -e "${DGN}Using Gateway IP Address ${BGN}$GATE1${CL}" echo -e "${YW}Enter a VLAN Tag, or Press [ENTER] for Default: NONE " read VLAN1 - if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; + if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=""; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else VLAN=",tag=$VLAN1"