Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
omoerbeek authored Nov 16, 2021
1 parent 758f16e commit a10a1d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/secpoll-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a10a1d5

Please sign in to comment.