From 8c968b42c365cf624ccdda1ad2230c1f1a3504eb Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:06:09 -0600 Subject: [PATCH] Fix brace --- usr/local/share/bastille/limits.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/limits.sh b/usr/local/share/bastille/limits.sh index ada5a937..74b9c63d 100644 --- a/usr/local/share/bastille/limits.sh +++ b/usr/local/share/bastille/limits.sh @@ -183,7 +183,7 @@ for _jail in ${JAILS}; do fi if [ "${OPT_LOG}" -eq 1 ]; then echo -e "[LOGGING]: ${OPTION} ${VALUE}" - rctl -a "${_rctl_rule} ${_rctl_rule_log" + rctl -a "${_rctl_rule} ${_rctl_rule_log}" else echo -e "${OPTION} ${VALUE}" rctl -a "${_rctl_rule}"