mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 03:00:09 +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})"
|
conflict="${conflict}, vmbr${!br} (${br})"
|
||||||
fi
|
fi
|
||||||
done
|
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."
|
echo "NOTE: reusing vmbr${ADMIN_BRIDGE} for ADMIN."
|
||||||
else
|
else
|
||||||
echo "ERROR: will not overwrite existing bridges: ${conflict:2}" >&2
|
echo "ERROR: will not overwrite existing bridges: ${conflict:2}" >&2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user