Fix typo from the bridges array

This commit is contained in:
2020-12-23 19:32:35 +00:00
parent cff4d52a83
commit 3e053d7bcd

View File

@@ -206,7 +206,7 @@ build_vms() {
# such that this can be either bridge or network type
if [[ $network_type == "bridge" ]] ; then
net_prefix="bridge"
net_type=(${bridge[@]})
net_type=(${bridges[@]})
elif [[ $network_type == "network" ]] ; then
net_prefix="network"
net_type=(${networks[@]})