tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-10-18 16:30:59 +03:00
parent e3d38969a6
commit 3d05258695

View File

@ -37,20 +37,24 @@ LAN_GATE=SKIP
REBOOT=${REBOOT:=1}
readVars
#----------------------------------------------------------------------
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Bootstrap...
if ! [ -z $BOOTSTRAP ] ; then
WAN_BRIDGE=$ADMIN_BRIDGE
DFL_CTHOSTNAME=${DFL_CTHOSTNAME}-bootstrap
else
# XXX
true
fi
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
readVars
#----------------------------------------------------------------------