evocheck.sh: tfix
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
David Prevot 2022-04-19 17:46:03 +02:00
parent b92d81fd91
commit 13859f306b

View file

@ -357,7 +357,7 @@ check_alert5minifw() {
}
check_minifw() {
/sbin/iptables -L -n | grep -q -E "^ACCEPT\s*all\s*--\s*31\.170\.8\.4\s*0\.0\.0\.0/0\s*$" \
|| failed "IS_MINIFW" "minifirewall seems not starded"
|| failed "IS_MINIFW" "minifirewall seems not started"
}
check_minifw_includes() {
if is_debian_bullseye; then