From a875137b05ec2a215b081d02af6e7a0a6d2e9a09 Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Wed, 1 Feb 2023 16:06:29 -0500 Subject: [PATCH] 45 --- deployment/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/deploy.sh b/deployment/deploy.sh index 3203f68..ef6f50e 100755 --- a/deployment/deploy.sh +++ b/deployment/deploy.sh @@ -184,7 +184,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 + if lxc network list --format csv | grep lxdbrSS | grep -q ss-config; then LXD_SS_CONFIG_LINE="$(lxc network list --format csv | grep lxdbrSS | grep ss-config)" fi