mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
Fail early on certbot failures
This commit is contained in:
parent
8cb3dde706
commit
78a81ab509
@ -182,7 +182,7 @@ See the official certbot documentation for your platform: https://certbot.eff.or
|
|||||||
"-p", "80:80",
|
"-p", "80:80",
|
||||||
"--entrypoint=sh",
|
"--entrypoint=sh",
|
||||||
"certbot/certbot:latest",
|
"certbot/certbot:latest",
|
||||||
"-c", script,
|
"-e", "-c", script,
|
||||||
)
|
)
|
||||||
|
|
||||||
@click.command(help="Renew https certificates", name="renew")
|
@click.command(help="Renew https certificates", name="renew")
|
||||||
|
Loading…
Reference in New Issue
Block a user