mirror of
https://github.com/hackacad/bastille.git
synced 2026-03-25 02:05:11 +01:00
minor tweak
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user