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