mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 19:20:10 +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}}
|
#ID=${ID:-${DFL_ID}}
|
||||||
|
|
||||||
xread "ID: " ID
|
xread "ID: " ID
|
||||||
xread "Bootstrap bridge:" BOOSTRAP_BRIDGE
|
xread "Bootstrap bridge: vmbr" BOOTSTRAP_BRIDGE
|
||||||
readBridgeVars
|
readBridgeVars
|
||||||
|
|
||||||
echo "# Reverting gate's WAN bridge to: vmbr${WAN_BRIDGE}..."
|
echo "# Reverting gate's WAN bridge to: vmbr${WAN_BRIDGE}..."
|
||||||
@ -61,9 +61,9 @@ fi
|
|||||||
# Bootstrap...
|
# Bootstrap...
|
||||||
|
|
||||||
if ! [ -z $BOOTSTRAP ] ; then
|
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...
|
# this will allow the bootstrapped CTs to access the network...
|
||||||
WAN_BRIDGE=${BOOSTRAP_BRIDGE}
|
WAN_BRIDGE=${BOOTSTRAP_BRIDGE}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user