From d4a4e0000020d7229832c3db8bb7e43337b21dd8 Mon Sep 17 00:00:00 2001 From: Lucas Holt Date: Sat, 31 May 2025 12:23:36 -0400 Subject: [PATCH] Support 3.x and 4.x MidnightBSD releases on create --- usr/local/share/bastille/create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/create.sh b/usr/local/share/bastille/create.sh index 9b0e4933..37ab5b48 100644 --- a/usr/local/share/bastille/create.sh +++ b/usr/local/share/bastille/create.sh @@ -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