Reported-by: Bas Tichelaar <[email protected]>
Signed-off-by: Michael Hanselmann <[email protected]>
---
 tools/kvm-ifup.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/kvm-ifup.in b/tools/kvm-ifup.in
index 364d3e6..370040c 100644
--- a/tools/kvm-ifup.in
+++ b/tools/kvm-ifup.in
@@ -34,7 +34,7 @@ fi
 
 ip link set $INTERFACE up
 
-if [ "$MODE" == "bridged" ]; then
+if [ "$MODE" = "bridged" ]; then
        # Connect the interface to the bridge
        brctl addif $BRIDGE $INTERFACE
 else
-- 
1.7.3.5

Reply via email to