From 9bdd0f45879cccece133251d2f85b5e9c8617ee8 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Tue, 2 Dec 2025 14:13:59 -0500 Subject: [PATCH] bootstrap: print full release --- usr/local/share/bastille/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/share/bastille/bootstrap.sh b/usr/local/share/bastille/bootstrap.sh index 1e9629c9..c52059dd 100644 --- a/usr/local/share/bastille/bootstrap.sh +++ b/usr/local/share/bastille/bootstrap.sh @@ -190,11 +190,11 @@ cleanup_directories() { validate_release() { - info "\nAttempting to bootstrap ${PLATFORM_OS} release: ${RELEASE}" - # Set release name to sane release RELEASE="${NAME_VERIFY}" + info "\nAttempting to bootstrap ${PLATFORM_OS} release: ${RELEASE}" + ### FreeBSD ### if [ "${PLATFORM_OS}" = "FreeBSD" ]; then MAJOR_VERSION=$(echo ${RELEASE} | grep -Eo '^[0-9]+')