From d1ea15002b781c5356bfc048a54882da94b8def0 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Fri, 7 Nov 2025 20:30:38 -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 951763d7..59490f53 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 -Eq "[0-9]\{2\}.[0-9](\-RELEASE|\-CURRENT)"; then +elif echo "${TARGET}" | grep -q "[0-9]\{2\}.[0-9]-\(RELEASE\|CURRENT\)"; then release_check if [ "${PKGBASE}" -eq 1 ]; then release_update_pkgbase