aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/vif-bridge
diff options
context:
space:
mode:
Diffstat (limited to 'tools/examples/vif-bridge')
-rwxr-xr-xtools/examples/vif-bridge2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/examples/vif-bridge b/tools/examples/vif-bridge
index c9d2b49316..7008210579 100755
--- a/tools/examples/vif-bridge
+++ b/tools/examples/vif-bridge
@@ -61,7 +61,7 @@ esac
handle_iptable
log debug "Successful vif-bridge $command for $vif, bridge $bridge."
-if [ "$command" == "online" ]
+if [ "$command" = "online" ]
then
success
fi