Fix typo in setup-network.sh script
Removing a $ sign that shouldn't be there and can cause trouble. Change-Id: I59a046c06334a3366d0c7070114446efa832df23
This commit is contained in:
parent
1a1bdfa5c7
commit
90b747ac66
@ -20,7 +20,7 @@ PUBLIC_BRIDGE_MTU=${2:-1500}
|
||||
export VIRSH_DEFAULT_CONNECT_URI="$LIBVIRT_CONNECT_URI"
|
||||
|
||||
# Only add bridge if missing. Bring it UP.
|
||||
(sudo ovs-vsctl list-br | grep ${BRIDGE_NAME}$) || sudo ovs-vsctl add-br ${BRIDGE_NAME}
|
||||
(sudo ovs-vsctl list-br | grep ${BRIDGE_NAME}) || sudo ovs-vsctl add-br ${BRIDGE_NAME}
|
||||
sudo ip link set dev ${BRIDGE_NAME} up
|
||||
|
||||
# Remove bridge before replacing it.
|
||||
|
Loading…
Reference in New Issue
Block a user