From 5168a5d7c1dc8fa9b11c391085c462915d2b3ed3 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 19 Oct 2024 16:07:10 +0300 Subject: [PATCH] even more fixes... Signed-off-by: Alex A. Naanou --- host/make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host/make.sh b/host/make.sh index 94a886b..a69bebd 100755 --- a/host/make.sh +++ b/host/make.sh @@ -68,8 +68,8 @@ fi # XXX if ! [ -z $BOOTSTRAP ] ; then - DFL_BOOTSTRAP_ADMIN_PORT=${DFL_BOOTSTRAP_ADMIN_PORT:-none} - xread "Bootstrap port: " BOOTSTRAP_ADMIN_PORT + DFL_BOOTSTRAP_PORT=${DFL_BOOTSTRAP_PORT:-none} + xread "Bootstrap port: " BOOTSTRAP_PORT BRIDGES_BOOTSTRAP_TPL=bootstrap-bridges.tpl fi