mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-03 19:23:42 +01:00
Add quoted variables to rctl
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user