Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-10-19 16:13:36 +03:00
parent 2104a6b179
commit 28792365e3

View File

@ -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