bind_create_dkim_delegation.sh: fix typo.
This commit is contained in:
parent
cb2698c5f7
commit
edf4a88659
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user