diff --git a/usr/local/share/bastille/limits.sh b/usr/local/share/bastille/limits.sh index f626df15..6ad853fb 100644 --- a/usr/local/share/bastille/limits.sh +++ b/usr/local/share/bastille/limits.sh @@ -147,5 +147,6 @@ for _jail in ${JAILS}; do echo -e "${OPTION} ${VALUE}" rctl -a "${_rctl_rule}" "${_rctl_rule_log}" ;; + esac done