mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Import
This commit is contained in:
parent
b645834600
commit
fa5df807b1
1 changed files with 1 additions and 0 deletions
|
|
@ -552,6 +552,7 @@ def main():
|
|||
# add SENTINELs to end client processes
|
||||
for i in range(num_processes):
|
||||
inqueue.put(SENTINEL)
|
||||
import subprocess
|
||||
for p in jobs:
|
||||
while p.is_alive():
|
||||
p.join(5 * 60)
|
||||
|
|
|
|||
Loading…
Reference in a new issue