srvrco / getssl

obtain free SSL certificates from letsencrypt ACME server Suitable for automating the process on remote servers.
GNU General Public License v3.0
2.07k stars 372 forks source link

Fix to refresh CNAME #830

Closed timkimber closed 4 months ago

timkimber commented 6 months ago

Fix by @JoergBruce for #828

timkimber commented 4 months ago

Why do you use quotation marks for DNS_CHECK_OPTIONS here? It should be the same call as a few lines above - in my opinion

Hi @JoergBruce, It was a mistake - I was rushed for time and just accepted the shellcheck autofix without thinking. I've reverted now, done the correct fix and will merge.

Thanks!