From: Otto Moerbeek Date: Tue, 16 Nov 2021 06:30:34 +0000 (+0100) Subject: indent X-Git-Tag: dnsdist-1.7.0-beta1~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10896%2Fhead;p=thirdparty%2Fpdns.git indent --- diff --git a/docs/secpoll-check.sh b/docs/secpoll-check.sh index 0c85582ec0..e95ce9cbbc 100644 --- a/docs/secpoll-check.sh +++ b/docs/secpoll-check.sh @@ -5,8 +5,8 @@ if [ $# -ne 1 ]; then fi 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 Not OK -exit 1 + echo Not OK + exit 1 fi echo OK exit 0