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}]:"