]> git.pld-linux.org Git - packages/lxd.git/commitdiff
- fixed is_bridge_up()
authormis <mis@pld-linux.org>
Mon, 22 Aug 2016 15:44:52 +0000 (17:44 +0200)
committermis <mis@pld-linux.org>
Mon, 22 Aug 2016 15:44:52 +0000 (17:44 +0200)
lxdbr.init

index a638f4ac9219725496a6b861d5dbbc311efdfad9..b07e748e9b8c2c0e157fc33d07ba110e51521753 100755 (executable)
@@ -29,7 +29,7 @@ if [ -z "$BRIDGE_DEV" -o -z "$BRIDGE_IPADDR" ]; then
 fi
 
 is_bridge_up() {
-       ip link show $BRIDGE_DEV 2>/dev/null | grep -q ",UP,"
+       ip link show $BRIDGE_DEV 2>/dev/null | grep -q ",UP"
 }
 
 start() {
This page took 0.245366 seconds and 4 git commands to generate.