mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-21 17:52:01 +01:00
Update config.sh
This commit is contained in:
@@ -105,16 +105,16 @@ if [ "${ACTION}" = "add" ]; then
|
||||
ACTION="set"
|
||||
fi
|
||||
|
||||
PROPERTY="${1}"
|
||||
shift
|
||||
VALUE="$@"
|
||||
|
||||
case "${PROPERTY}" in
|
||||
boot|depend|depends|prio|priority)
|
||||
BASTILLE_PROPERTY=1
|
||||
;;
|
||||
esac
|
||||
|
||||
PROPERTY="${1}"
|
||||
shift
|
||||
VALUE="$@"
|
||||
|
||||
# we need jail(8) to parse the config file so it can expand variables etc
|
||||
print_jail_conf() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user