6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-28 20:29:02 +00:00

Fail early on certbot failures

This commit is contained in:
Régis Behmo 2019-03-21 22:27:28 +01:00
parent 8cb3dde706
commit 78a81ab509

View File

@ -182,7 +182,7 @@ See the official certbot documentation for your platform: https://certbot.eff.or
"-p", "80:80",
"--entrypoint=sh",
"certbot/certbot:latest",
"-c", script,
"-e", "-c", script,
)
@click.command(help="Renew https certificates", name="renew")