From edf4a8865930294cee45903941765a3e91ad4684 Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 8 Jan 2019 03:34:40 +0100 Subject: [PATCH] bind_create_dkim_delegation.sh: fix typo. --- bind_create_dkim_delegation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind_create_dkim_delegation.sh b/bind_create_dkim_delegation.sh index a85283a..c9b4b3b 100755 --- a/bind_create_dkim_delegation.sh +++ b/bind_create_dkim_delegation.sh @@ -445,7 +445,7 @@ while read -r line || [[ -n "$line" ]]; do fi if [[ $_count -eq 0 ]]; then echo "" >> $_tmpfile - echo "; Subdomain delegation DKIM key for ${dkim_domain}" >> $_tmpfile + echo "; Subdomain delegation DKIM keys for ${dkim_domain}" >> $_tmpfile declare -i _number=0