From a5b60e2f1596bceee4c581a98b93ab888a57d2a1 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Thu, 13 Mar 2025 06:50:59 -0600 Subject: [PATCH] config: Allow prio as well as priority --- usr/local/share/bastille/config.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/local/share/bastille/config.sh b/usr/local/share/bastille/config.sh index 8f89cfef..0707a6d0 100644 --- a/usr/local/share/bastille/config.sh +++ b/usr/local/share/bastille/config.sh @@ -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}]:"