mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-19 00:30:05 +01:00
line refactor clone,config,bootstrap,verify,zfs
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user