bootstrap: print full release

This commit is contained in:
tschettervictor
2025-12-02 14:13:59 -05:00
committed by GitHub
parent ce0da17294
commit 9bdd0f4587

View File

@@ -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]+')