Change unchanged-certificate message.

This commit is contained in:
lschuermann
2016-03-19 09:07:47 +01:00
parent 64b23e7a07
commit dd33de59d8

View File

@@ -599,7 +599,7 @@ command_sign_domains() {
echo "Ignoring because renew was forced!"
else
# Certificate-Names unchanged and cert is still valid
echo "Skipping renew! Calling unchanged-hook."
echo "Skipping renew!"
[[ -n "${HOOK}" ]] && "${HOOK}" "unchanged_cert" "${domain}" "${BASEDIR}/certs/${domain}/privkey.pem" "${BASEDIR}/certs/${domain}/cert.pem" "${BASEDIR}/certs/${domain}/fullchain.pem" "${BASEDIR}/certs/${domain}/chain.pem"
continue
fi