mirror of
https://github.com/acme-dns/acme-dns-client.git
synced 2026-04-25 21:35:57 +03:00
[PR #3] [MERGED] Exit successfully if certbot renew validation is successful #23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/acme-dns/acme-dns-client/pull/3
Author: @JonathanGawrych
Created: 2/16/2021
Status: ✅ Merged
Merged: 2/16/2021
Merged by: @joohoi
Base:
master← Head:jag/fix-certbot-renew📝 Commits (1)
c44e83eExit if certbot renew validation is successful📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
main.go(+2 -0)📄 Description
When certbot renew is run, acme-dns-client is called with 0 arguments. When validation for this passes, it doesn't exit with code 0. Instead it continues on, causing "index out of range [1]". This fix exits with 0 so that it doesn't throw later.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.