mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-23 10:40:43 +01:00
Update config.sh
This commit is contained in:
@@ -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() {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user