From a10a1d5edef34cc2030403e12ad2d26faf9ce407 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 16 Nov 2021 07:30:34 +0100 Subject: [PATCH] indent --- docs/secpoll-check.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/secpoll-check.sh b/docs/secpoll-check.sh index 0c85582ec0eb..e95ce9cbbcf4 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