config: Allow prio as well as priority

This commit is contained in:
tschettervictor
2025-03-13 06:50:59 -06:00
committed by GitHub
parent afb0d40c7b
commit a5b60e2f15

View File

@@ -115,7 +115,8 @@ print_jail_conf() {
for _jail in ${JAILS}; do
# Handle Bastille specific properties
if [ "${PROPERTY}" = "priority" ]; then
if [ "${PROPERTY}" = "priority" ] || [ "${PROPERTY}" = "prio" ]; then
PROPERTY="priority"
BASTILLE_PROPERTY=1
FILE="${bastille_jailsdir}/${_jail}/boot.conf"
info "[${_jail}]:"