From 93caefd41c6a969c410ef3faf07885e963e9e197 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 17 Apr 2022 22:17:21 -0400 Subject: [PATCH 1/8] Update technitiumdns-v3.sh --- ct/technitiumdns-v3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/technitiumdns-v3.sh b/ct/technitiumdns-v3.sh index 761150f1..090497b1 100644 --- a/ct/technitiumdns-v3.sh +++ b/ct/technitiumdns-v3.sh @@ -216,7 +216,7 @@ header_info if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else - GATE="gw=$GATE1" + GATE=",gw=$GATE1" echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" fi; echo -e " ${CM}${CL} \n" @@ -293,7 +293,7 @@ export PCT_DISK_SIZE=$DISK_SIZE export PCT_OPTIONS=" -features $FEATURES -hostname $HN - -net0 name=eth0,bridge=vmbr0,$GATE,ip=$NET + -net0 name=eth0,bridge=vmbr0,ip=$NET$GATE $VLAN -onboot 1 -cores $CORE_COUNT From 671eedb5c1a8056aaf10754ffecfb2475ecefa80 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 17 Apr 2022 22:20:57 -0400 Subject: [PATCH 2/8] Update debian-v3.sh --- ct/debian-v3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/debian-v3.sh b/ct/debian-v3.sh index b6ec7ea8..06dab24a 100644 --- a/ct/debian-v3.sh +++ b/ct/debian-v3.sh @@ -216,7 +216,7 @@ header_info if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else - GATE="gw=$GATE1" + GATE=",gw=$GATE1" echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" fi; echo -e " ${CM}${CL} \n" @@ -293,7 +293,7 @@ export PCT_DISK_SIZE=$DISK_SIZE export PCT_OPTIONS=" -features $FEATURES -hostname $HN - -net0 name=eth0,bridge=vmbr0,ip=$NET + -net0 name=eth0,bridge=vmbr0,ip=$NET$GATE $VLAN -onboot 1 -cores $CORE_COUNT From 2605172b88068b17c14ab2452f50cdecd1b0e265 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 17 Apr 2022 22:23:33 -0400 Subject: [PATCH 3/8] Update esphome-v3.sh --- ct/esphome-v3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/esphome-v3.sh b/ct/esphome-v3.sh index 2d6fa4c3..67eada7f 100644 --- a/ct/esphome-v3.sh +++ b/ct/esphome-v3.sh @@ -217,7 +217,7 @@ header_info if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else - GATE="gw=$GATE1" + GATE=",gw=$GATE1" echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" fi; echo -e " ${CM}${CL} \n" @@ -293,7 +293,7 @@ export PCT_DISK_SIZE=$DISK_SIZE export PCT_OPTIONS=" -features $FEATURES -hostname $HN - -net0 name=eth0,bridge=vmbr0,ip=$NET + -net0 name=eth0,bridge=vmbr0,ip=$NET$GATE $VLAN -onboot 1 -cores $CORE_COUNT From 2d83c76ddd8e41c9a3d799e211bd58929d7ac5f3 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 17 Apr 2022 22:25:17 -0400 Subject: [PATCH 4/8] Update homeassistant-v3.sh --- ct/homeassistant-v3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/homeassistant-v3.sh b/ct/homeassistant-v3.sh index f147cfe7..6dc3bee3 100644 --- a/ct/homeassistant-v3.sh +++ b/ct/homeassistant-v3.sh @@ -215,7 +215,7 @@ header_info if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else - GATE="gw=$GATE1" + GATE=",gw=$GATE1" echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" fi; echo -e " ${CM}${CL} \n" @@ -293,7 +293,7 @@ export PCT_DISK_SIZE=$DISK_SIZE export PCT_OPTIONS=" -features $FEATURES -hostname $HN - -net0 name=eth0,bridge=vmbr0,ip=$NET + -net0 name=eth0,bridge=vmbr0,ip=$NET$GATE $VLAN -onboot 1 -cores $CORE_COUNT From 74d947a9321bf4ae3380fda8cbf96c623191dd23 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 17 Apr 2022 22:26:11 -0400 Subject: [PATCH 5/8] Update photoprism-v3.sh --- ct/photoprism-v3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/photoprism-v3.sh b/ct/photoprism-v3.sh index 7c90ac2e..fb685417 100644 --- a/ct/photoprism-v3.sh +++ b/ct/photoprism-v3.sh @@ -216,7 +216,7 @@ header_info if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else - GATE="gw=$GATE1" + GATE=",gw=$GATE1" echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" fi; echo -e " ${CM}${CL} \n" @@ -293,7 +293,7 @@ export PCT_DISK_SIZE=$DISK_SIZE export PCT_OPTIONS=" -features $FEATURES -hostname $HN - -net0 name=eth0,bridge=vmbr0,ip=$NET + -net0 name=eth0,bridge=vmbr0,ip=$NET$GATE $VLAN -onboot 1 -cores $CORE_COUNT From 98a97aa7b4c18341bf3304895a084c46b1cda6f0 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 17 Apr 2022 22:26:53 -0400 Subject: [PATCH 6/8] Update podman-homeassistant-v3.sh --- ct/podman-homeassistant-v3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/podman-homeassistant-v3.sh b/ct/podman-homeassistant-v3.sh index 15c837b7..44e32429 100644 --- a/ct/podman-homeassistant-v3.sh +++ b/ct/podman-homeassistant-v3.sh @@ -221,7 +221,7 @@ header_info if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else - GATE="gw=$GATE1" + GATE=",gw=$GATE1" echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" fi; echo -e " ${CM}${CL} \n" @@ -298,7 +298,7 @@ export PCT_DISK_SIZE=$DISK_SIZE export PCT_OPTIONS=" -features $FEATURES -hostname $HN - -net0 name=eth0,bridge=vmbr0,ip=$NET + -net0 name=eth0,bridge=vmbr0,ip=$NET$GATE $VLAN -onboot 1 -cores $CORE_COUNT From f77939f3372b25db545ad02e202770fdf3b2c169 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 17 Apr 2022 22:28:14 -0400 Subject: [PATCH 7/8] Update zigbee2mqtt-v3.sh --- ct/zigbee2mqtt-v3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/zigbee2mqtt-v3.sh b/ct/zigbee2mqtt-v3.sh index aafd2f5f..c4d08d77 100644 --- a/ct/zigbee2mqtt-v3.sh +++ b/ct/zigbee2mqtt-v3.sh @@ -217,7 +217,7 @@ header_info if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else - GATE="gw=$GATE1" + GATE=",gw=$GATE1" echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" fi; echo -e " ${CM}${CL} \n" @@ -293,7 +293,7 @@ export PCT_DISK_SIZE=$DISK_SIZE export PCT_OPTIONS=" -features $FEATURES -hostname $HN - -net0 name=eth0,bridge=vmbr0,ip=$NET + -net0 name=eth0,bridge=vmbr0,ip=$NET$GATE $VLAN -onboot 1 -cores $CORE_COUNT From 8fc96bac41bd920eba876bb036b3d9269e42d1a0 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 17 Apr 2022 22:29:19 -0400 Subject: [PATCH 8/8] Update zwavejs2mqtt-v3.sh --- ct/zwavejs2mqtt-v3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/zwavejs2mqtt-v3.sh b/ct/zwavejs2mqtt-v3.sh index 0d9d226e..d5a907e3 100644 --- a/ct/zwavejs2mqtt-v3.sh +++ b/ct/zwavejs2mqtt-v3.sh @@ -216,7 +216,7 @@ header_info if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else - GATE="gw=$GATE1" + GATE=",gw=$GATE1" echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" fi; echo -e " ${CM}${CL} \n" @@ -293,7 +293,7 @@ export PCT_DISK_SIZE=$DISK_SIZE export PCT_OPTIONS=" -features $FEATURES -hostname $HN - -net0 name=eth0,bridge=vmbr0,ip=$NET + -net0 name=eth0,bridge=vmbr0,ip=$NET$GATE $VLAN -onboot 1 -cores $CORE_COUNT