mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 18:50:08 +00:00
fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ae6b006a4d
commit
b49633dde1
@ -81,7 +81,7 @@ if xreadYes "# Create bridges?" BRIDGES ; then
|
||||
conflict="${conflict}, vmbr${!br} (${br})"
|
||||
fi
|
||||
done
|
||||
if grep -q "vmbr${!ADMIN_BRIDGE}" "$INTERFACES" ; then
|
||||
if grep -q "vmbr${ADMIN_BRIDGE}" "$INTERFACES" ; then
|
||||
echo "NOTE: reusing vmbr${ADMIN_BRIDGE} for ADMIN."
|
||||
else
|
||||
echo "ERROR: will not overwrite existing bridges: ${conflict:2}" >&2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user