diff --git a/config/init/common/lxc-containers.in b/config/init/common/lxc-containers.in index 5becccdbc..35b9084be 100644 --- a/config/init/common/lxc-containers.in +++ b/config/init/common/lxc-containers.in @@ -51,6 +51,8 @@ fi # to start wait_for_bridge() { + [ "x$USE_LXC_BRIDGE" = "xtrue" ] || { return 0; } + local BRNAME try flags br [ -f "$sysconfdir"/lxc/default.conf ] || { return 0; }