mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 03:00:09 +00:00
fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2104a6b179
commit
28792365e3
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user