line refactor clone,config,bootstrap,verify,zfs

This commit is contained in:
tschettervictor
2025-05-01 12:38:14 -06:00
parent ef53f34574
commit 8ffab02c85
5 changed files with 100 additions and 66 deletions

View File

@@ -115,7 +115,9 @@ print_jail_conf() {
}
for _jail in ${JAILS}; do
# Handle Bastille specific properties
# Currently only 'priority' and 'boot'
if [ "${PROPERTY}" = "priority" ] || [ "${PROPERTY}" = "prio" ]; then
PROPERTY="priority"
BASTILLE_PROPERTY=1
@@ -242,4 +244,4 @@ if { [ "${ACTION}" = "set" ] || [ "${ACTION}" = "remove" ]; } && [ -z "${BASTILL
info "A restart is required for the changes to be applied. See 'bastille restart'."
fi
exit 0
exit 0