From 004ce31ec33a01ae14b5db3748454a1b1c9e52bf Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 19 Oct 2024 16:03:35 +0300 Subject: [PATCH] fixes... Signed-off-by: Alex A. Naanou --- host/make.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/host/make.sh b/host/make.sh index ff1c66c..94a886b 100755 --- a/host/make.sh +++ b/host/make.sh @@ -144,6 +144,9 @@ if xreadYes "# Create bridges?" BRIDGES ; then # write both bootstrap and clean bridge configurations... if ! [ -z $BRIDGES_BOOTSTRAP ] ; then @ cp "$INTERFACES"{.new,.clean} + @ sed -i \ + -e 's/'$ADMIN_PORT'/'$BOOTSTRAP_PORT'/' \ + "$INTERFACES".clean echo "$BRIDGES" >> "$INTERFACES".clean BRIDGES="$BRIDGES_BOOTSTRAP" fi