1
1
Fork 1
This commit is contained in:
Derek Smith 2023-02-01 16:06:29 -05:00
parent faca4f41ce
commit a875137b05
Signed by: farscapian
GPG Key ID: 8F1CD799CCA516CC
1 changed files with 1 additions and 1 deletions

View File

@ -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