certbot: an empty change shouldn't raise an exception

This commit is contained in:
Jérémy Lecour 2020-09-16 12:07:27 +02:00 committed by Jérémy Lecour
parent 48174ad618
commit 3e67d92fd3
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ The **patch** part changes incrementally at each release.
### Fixed
* certbot: an empty change shouldn't raise an exception
* certbot: fix "no-self-upgrade" option
### Removed

View File

@ -22,7 +22,7 @@ main() {
message="[letsencrypt] certificates renewal (${RENEWED_DOMAINS})"
${git_bin} commit --message "${message}" --quiet
else
error "Weird, nothing has changed but the hook has been executed for '${RENEWED_DOMAINS}'"
debug "Weird, nothing has changed but the hook has been executed for '${RENEWED_DOMAINS}'"
fi
fi
}