From 0da8fdcac9f26fe05028e6439ffeafcd6d2c9df6 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 15 Oct 2020 14:02:09 +0200 Subject: [PATCH] Fix for fail2ban --- tests/travis.sh | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/tests/travis.sh b/tests/travis.sh index 1919cdb..073d75a 100644 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -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