Merge pull request #3 from tcely/patch-1

Typo: expect -> except
This commit is contained in:
Christoph Wiechert
2017-07-29 19:07:28 +02:00
committed by GitHub

View File

@ -3,7 +3,7 @@ set -e
# --help, --version
[ "$1" = "--help" ] || [ "$1" = "--version" ] && exec pdns_server $1
# treat everything expect -- as exec cmd
# treat everything except -- as exec cmd
[ "${1:0:2}" != "--" ] && exec "$@"
# Set MySQL Credentials in pdns.conf