mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Exit properly
This commit is contained in:
parent
2e99a2139a
commit
81472e8db2
1 changed files with 3 additions and 0 deletions
|
|
@ -76,6 +76,9 @@ def _dump_status(archs, status, final=False):
|
|||
|
||||
sys.stdout.flush()
|
||||
|
||||
if final:
|
||||
break
|
||||
|
||||
time.sleep(10)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue