Merge branch 'hbsd-fixes' of https://github.com/BastilleBSD/bastille into hbsd-fixes

This commit is contained in:
tschettervictor
2025-11-29 22:00:25 -07:00

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