X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fbootscripts%2Fifup;h=7fb88d377cafc9d3ee30d0412cba2cdfa123098b;hb=1311fe88ef53309942180e2ef9b6031d2a0edcf7;hp=7f7d15f246f80383408e69ac49dfd492d7979f0e;hpb=16cc35ba4890382ee9368a176e4f5a7fa773b7a6;p=hvlinux.git diff --git a/stage2/bootscripts/ifup b/stage2/bootscripts/ifup index 7f7d15f..7fb88d3 100755 --- a/stage2/bootscripts/ifup +++ b/stage2/bootscripts/ifup @@ -24,7 +24,7 @@ check_brctl() } # Determining if the interface is a bridge: -if [ "x${BRIDGE}" == "xyes" ]; then +if [ "x${BRIDGE}" = "xyes" ]; then check_brctl cmd_run_log ${BRCTL} addbr ${1} && cmd_run_log ${BRCTL} stp ${1} off || exit 1