bind_create_dkim_delegation.sh: fix typo.

This commit is contained in:
Christoph 2019-01-08 03:34:40 +01:00
parent cb2698c5f7
commit edf4a88659

View File

@ -445,7 +445,7 @@ while read -r line || [[ -n "$line" ]]; do
fi fi
if [[ $_count -eq 0 ]]; then if [[ $_count -eq 0 ]]; then
echo "" >> $_tmpfile echo "" >> $_tmpfile
echo "; Subdomain delegation DKIM key for ${dkim_domain}" >> $_tmpfile echo "; Subdomain delegation DKIM keys for ${dkim_domain}" >> $_tmpfile
declare -i _number=0 declare -i _number=0