Support 3.x and 4.x MidnightBSD releases on create

This commit is contained in:
Lucas Holt
2025-05-31 12:23:36 -04:00
committed by GitHub
parent c21fa1b98d
commit d4a4e00000

View File

@@ -949,7 +949,7 @@ if [ -z "${EMPTY_JAIL}" ]; then
if [ -n "${VALIDATE_RELEASE}" ]; then
## verify release
case "${RELEASE}" in
2.[0-9]*)
[2-4].[0-9]*)
## check for MidnightBSD releases name
NAME_VERIFY=$(echo "${RELEASE}")
validate_release