create_opendkim_key.sh: fix minor error.

This commit is contained in:
Christoph 2019-02-03 18:28:51 +01:00
parent c45c77cc30
commit eb6e511328

View File

@ -1205,7 +1205,7 @@ if $update_dns ; then
server $dns_dkim_zone_master_server
zone $update_zone
key ${key_algo}:$key_name $key_secret
update delete ${dkim_domain}.${update_zone}.
update delete ${time_stamp}.${update_zone}.
update add ${time_stamp}.${update_zone}. $ttl IN TXT $(cat ${key_dir}/${time_stamp}.nsupdate)
send
EOF