mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 18:50:08 +00:00
fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
4389dcf677
commit
004ce31ec3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user