1
0
mirror of https://github.com/newnius/YAO-agent.git synced 2025-06-06 21:31:55 +00:00

all in one

This commit is contained in:
Newnius 2019-12-26 16:56:59 +08:00
parent 27ea02e7f5
commit ff0d2d6352

View File

@ -40,7 +40,7 @@ def launch_tasks(stats):
entries_to_remove.append(task_id)
script = " ".join([
"docker exec",
id,
task_id,
"pkill",
"sleep"
])