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