diff --git a/usr/local/share/bastille/limits.sh b/usr/local/share/bastille/limits.sh index b6b4a9d7..483a0341 100644 --- a/usr/local/share/bastille/limits.sh +++ b/usr/local/share/bastille/limits.sh @@ -69,6 +69,6 @@ fi for _jail in ${JAILS}; do echo -e "${COLOR_GREEN}[${_jail}]:${COLOR_RESET}" echo -e "${TYPE} ${VALUE}" - rctl -a jail:${_jail}:${OPTION}:deny=${VALUE}/jail + rctl -a jail:"${_jail}":"${OPTION}":deny="${VALUE}/jail" echo -e "${COLOR_RESET}" done