mirror of
https://github.com/BastilleBSD/bastille.git
synced 2026-01-04 12:03:35 +01:00
bootstrap: print full release
This commit is contained in:
@@ -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]+')
|
||||
|
||||
Reference in New Issue
Block a user