From 28792365e35eff8a1936a8b8e27b41a117630a25 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 19 Oct 2024 16:13:36 +0300 Subject: [PATCH] fixes... Signed-off-by: Alex A. Naanou --- gate-traefik/make.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gate-traefik/make.sh b/gate-traefik/make.sh index d4d6e92..63b870d 100755 --- a/gate-traefik/make.sh +++ b/gate-traefik/make.sh @@ -46,7 +46,7 @@ if ! [ -z $BOOTSTRAP_CLEAN ] ; then #ID=${ID:-${DFL_ID}} xread "ID: " ID - xread "Bootstrap bridge:" BOOSTRAP_BRIDGE + xread "Bootstrap bridge: vmbr" BOOTSTRAP_BRIDGE readBridgeVars echo "# Reverting gate's WAN bridge to: vmbr${WAN_BRIDGE}..." @@ -61,9 +61,9 @@ fi # Bootstrap... if ! [ -z $BOOTSTRAP ] ; then - xread "Bootstrap bridge:" BOOSTRAP_BRIDGE + xread "Bootstrap bridge: vmbr" BOOTSTRAP_BRIDGE # this will allow the bootstrapped CTs to access the network... - WAN_BRIDGE=${BOOSTRAP_BRIDGE} + WAN_BRIDGE=${BOOTSTRAP_BRIDGE} fi