mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 03:00:09 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e3d38969a6
commit
3d05258695
@ -37,20 +37,24 @@ LAN_GATE=SKIP
|
|||||||
|
|
||||||
REBOOT=${REBOOT:=1}
|
REBOOT=${REBOOT:=1}
|
||||||
|
|
||||||
readVars
|
|
||||||
|
|
||||||
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
#----------------------------------------------------------------------
|
|
||||||
# Bootstrap...
|
# Bootstrap...
|
||||||
|
|
||||||
if ! [ -z $BOOTSTRAP ] ; then
|
if ! [ -z $BOOTSTRAP ] ; then
|
||||||
WAN_BRIDGE=$ADMIN_BRIDGE
|
WAN_BRIDGE=$ADMIN_BRIDGE
|
||||||
|
DFL_CTHOSTNAME=${DFL_CTHOSTNAME}-bootstrap
|
||||||
else
|
else
|
||||||
# XXX
|
# XXX
|
||||||
true
|
true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
||||||
|
readVars
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user