evocheck.sh: tfix
continuous-integration/drone/pr Build encountered an error Details

This commit is contained in:
David Prevot 2022-04-19 17:46:03 +02:00
parent b92d81fd91
commit 13859f306b
1 changed files with 1 additions and 1 deletions

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