mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-16 10:05:18 +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",
|
||||
"--entrypoint=sh",
|
||||
"certbot/certbot:latest",
|
||||
"-c", script,
|
||||
"-e", "-c", script,
|
||||
)
|
||||
|
||||
@click.command(help="Renew https certificates", name="renew")
|
||||
|
Loading…
Reference in New Issue
Block a user