Return proper warning messages, code cleanup

This commit is contained in:
Jose
2020-02-14 11:00:02 -04:00
parent ee81a73264
commit 7ef65036c6
4 changed files with 13 additions and 10 deletions

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