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

View File

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