Update config.sh

This commit is contained in:
tschettervictor
2025-05-14 20:30:05 -06:00
committed by GitHub
parent 0a5d4d5e0a
commit 1c70cfeca5

View File

@@ -105,16 +105,16 @@ if [ "${ACTION}" = "add" ]; then
ACTION="set" ACTION="set"
fi fi
PROPERTY="${1}"
shift
VALUE="$@"
case "${PROPERTY}" in case "${PROPERTY}" in
boot|depend|depends|prio|priority) boot|depend|depends|prio|priority)
BASTILLE_PROPERTY=1 BASTILLE_PROPERTY=1
;; ;;
esac esac
PROPERTY="${1}"
shift
VALUE="$@"
# we need jail(8) to parse the config file so it can expand variables etc # we need jail(8) to parse the config file so it can expand variables etc
print_jail_conf() { print_jail_conf() {