Fix brace

This commit is contained in:
tschettervictor
2025-06-03 11:06:09 -06:00
committed by GitHub
parent 8e12d1c714
commit 8c968b42c3

View File

@@ -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}"