forked from p15670423/monkey
Island: Fix a bug where agent run threads won't start
This commit is contained in:
parent
aa159a4240
commit
30fb57c37f
|
@ -92,6 +92,8 @@ class AWSService:
|
|||
)
|
||||
)
|
||||
|
||||
[thread.start() for thread in command_threads]
|
||||
|
||||
for thread in command_threads:
|
||||
thread.join()
|
||||
|
||||
|
|
Loading…
Reference in New Issue