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