Fix for fail2ban

This commit is contained in:
VirtuBox 2020-10-15 14:02:09 +02:00
parent 43cd78ebc6
commit 0da8fdcac9
Signed by: virtubox
GPG Key ID: 22EB296C97BAD476
1 changed files with 0 additions and 15 deletions

View File

@ -354,18 +354,3 @@ for stack in $stack_purge; do
fi
done
echo -e "${CGREEN}#############################################${CEND}"
echo -e ' wo stack fail2ban '
echo -e "${CGREEN}#############################################${CEND}"
if {
wo stack install --fail2ban
} >>/var/log/wo/test.log; then
echo -ne " purging $stack [${CGREEN}OK${CEND}]\\r"
echo -ne '\n'
else
echo -e " purging $stack [${CRED}FAIL${CEND}]"
echo -ne '\n'
exit_script
fi