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