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