]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
indent 10896/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 16 Nov 2021 06:30:34 +0000 (07:30 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Nov 2021 06:30:34 +0000 (07:30 +0100)
docs/secpoll-check.sh

index 0c85582ec0ebd2002ef2d301e78cc6b9f3d77606..e95ce9cbbcf45f9a97b2143d26251f36b2ad78eb 100644 (file)
@@ -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