From faca4f41cea0fbed3536e8ade43f0bdfe6d290d3 Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Wed, 1 Feb 2023 16:05:02 -0500 Subject: [PATCH] 4 --- deployment/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/deploy.sh b/deployment/deploy.sh index c116319..3203f68 100755 --- a/deployment/deploy.sh +++ b/deployment/deploy.sh @@ -185,7 +185,7 @@ function instantiate_vms { # Goal is to get the macvlan interface. LXD_SS_CONFIG_LINE= if lxc network list --format csv | grep lxdbr0 | grep -q ss-config; then - LXD_SS_CONFIG_LINE="$(lxc network list --format csv | grep lxdbr0 | grep ss-config)" + LXD_SS_CONFIG_LINE="$(lxc network list --format csv | grep lxdbrSS | grep ss-config)" fi if [ -z "$LXD_SS_CONFIG_LINE" ]; then