Typo: expect -> except

This commit is contained in:
tcely 2017-07-29 13:05:33 -04:00 committed by GitHub
parent a6b2f45453
commit c681ef6bdf

View File

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