Show the certificate path when exiting with an error

This commit is contained in:
Benoît S. 2018-03-06 10:34:55 +01:00
parent cdaad871b3
commit a4a3569630
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ main() {
| grep -v "certbot.crypto_util"
if [ "${PIPESTATUS[0]}" != "0" ]; then
error "Certbot has exited with a non-zero exit code"
error "Certbot has exited with a non-zero exit code when generating ${NEW_CERT}"
fi
set -e