From 255437b85d72c792b0d15ad0b08ac7df20a200bc Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sat, 29 Nov 2025 23:55:58 -0500 Subject: [PATCH] minor tweak --- usr/local/share/bastille/bootstrap.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/usr/local/share/bastille/bootstrap.sh b/usr/local/share/bastille/bootstrap.sh index a2bba4e8..242e9ebe 100644 --- a/usr/local/share/bastille/bootstrap.sh +++ b/usr/local/share/bastille/bootstrap.sh @@ -34,7 +34,7 @@ usage() { error_notify "Usage: bastille bootstrap [option(s)] RELEASE [update|arch]" - error_notify " TEMPLATE" + error_notify " TEMPLATE" cat << EOF Options: @@ -47,9 +47,6 @@ EOF } bootstrap_directories() { - - # Ensure required directories are in place - ## ${bastille_prefix} if [ ! -d "${bastille_prefix}" ]; then if checkyesno bastille_zfs_enable; then @@ -722,4 +719,4 @@ if [ "${errors}" -eq 0 ]; then echo else error_exit "[ERROR]: Bootstrap failed!" -fi \ No newline at end of file +fi