This commit is contained in:
funk-on-code 2022-09-27 07:35:17 +00:00 committed by GitHub
parent 52aaa9bd32
commit aa08a0f119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1982,7 +1982,7 @@ if [ -n "${2}" ]; then
# macOS doesn't use create_vm()
validate_release releases_macos
get_macos
elif [[ "${OS}" == "ubuntuserver" ]]; then
elif [[ "${OS}" == *"ubuntuserver"* ]]; then
# Ubuntu doesn't use create_vm()
validate_release releases_ubuntuserver
get_ubuntu