From 36a3a45aa5da6d501701cc65e1a211bcff7fc133 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Fri, 7 Nov 2025 20:19:14 -0700 Subject: [PATCH] Update update.sh --- usr/local/share/bastille/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/update.sh b/usr/local/share/bastille/update.sh index 0824849a..951763d7 100644 --- a/usr/local/share/bastille/update.sh +++ b/usr/local/share/bastille/update.sh @@ -347,7 +347,7 @@ if [ "${TARGET}" = 'TEMPLATES' ]; then elif echo "${TARGET}" | grep -Eq '^[A-Za-z0-9_-]+/[A-Za-z0-9_-]+$'; then BASTILLE_TEMPLATE="${TARGET}" template_update -elif echo "${TARGET}" | grep -q "[0-9]\{2\}.[0-9]-RELEASE"; then +elif echo "${TARGET}" | grep -Eq "[0-9]\{2\}.[0-9](\-RELEASE|\-CURRENT)"; then release_check if [ "${PKGBASE}" -eq 1 ]; then release_update_pkgbase