mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-20 17:20:12 +01:00
Fix brace
This commit is contained in:
@@ -183,7 +183,7 @@ for _jail in ${JAILS}; do
|
|||||||
fi
|
fi
|
||||||
if [ "${OPT_LOG}" -eq 1 ]; then
|
if [ "${OPT_LOG}" -eq 1 ]; then
|
||||||
echo -e "[LOGGING]: ${OPTION} ${VALUE}"
|
echo -e "[LOGGING]: ${OPTION} ${VALUE}"
|
||||||
rctl -a "${_rctl_rule} ${_rctl_rule_log"
|
rctl -a "${_rctl_rule} ${_rctl_rule_log}"
|
||||||
else
|
else
|
||||||
echo -e "${OPTION} ${VALUE}"
|
echo -e "${OPTION} ${VALUE}"
|
||||||
rctl -a "${_rctl_rule}"
|
rctl -a "${_rctl_rule}"
|
||||||
|
|||||||
Reference in New Issue
Block a user