mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-26 23:40:38 +01:00
config: Allow prio as well as priority
This commit is contained in:
@@ -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}]:"
|
||||
|
||||
Reference in New Issue
Block a user