minor tweak

This commit is contained in:
tschettervictor
2025-11-29 23:55:58 -05:00
committed by GitHub
parent e9637f24dd
commit 255437b85d

View File

@@ -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
fi