Add quoted variables to rctl

This commit is contained in:
Jose
2020-02-14 11:43:26 -04:00
parent 7ef65036c6
commit 19cadec03e

View File

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