From d66aafa7d9509d0238de209f61094b6d63ebb06d Mon Sep 17 00:00:00 2001 From: Otto Date: Mon, 25 Oct 2021 15:20:18 +0200 Subject: [PATCH] tweaks and undo error entry --- docs/secpoll-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/secpoll-check.sh b/docs/secpoll-check.sh index 67c6409744..cf184f0431 100644 --- a/docs/secpoll-check.sh +++ b/docs/secpoll-check.sh @@ -3,7 +3,7 @@ if [ $# -ne 1 ]; then echo usage: $0 file exit 1 fi -if ! egrep -v '^(@|;|$)' "$1" | egrep -v '(auth|recursor|dnsdist)-[0-9]\.[0-9]\.[0-9](-(alpha|beta|rc)[0-9]+)?[-_a-z0-9\.]*\.security-status +60 IN TXT "[1-3].*"' +if ! egrep -v '^(@|;|$)' "$1" | egrep -v 'ubuntu|debian|raspbian|fedora' | egrep -v '(auth|recursor|dnsdist)-[0-9]+\.[0-9]+\.[0-9]+(-(alpha|beta|rc)[0-9]+)?\.security-status +60 IN TXT "[1-3].*"' then echo OK exit 0 -- 2.47.2