mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Print description and fix command.
This commit is contained in:
parent
c2531fea97
commit
8eba5ce1bf
1 changed files with 2 additions and 1 deletions
|
|
@ -179,7 +179,8 @@ class ACMEServer(object):
|
|||
response.raise_for_status()
|
||||
except BaseException:
|
||||
# If we failed to set up boulder, print its logs.
|
||||
process = self._launch_process(['docker-compose logs'], cwd=instance_path, force_output=True)
|
||||
print('=> Boulder setup failed. Boulder logs are:')
|
||||
process = self._launch_process(['docker-compose', 'logs'], cwd=instance_path, force_output=True)
|
||||
process.wait()
|
||||
raise
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue