1
0
mirror of https://github.com/newnius/YAO-agent.git synced 2025-12-15 13:56:44 +00:00

all in one

This commit is contained in:
2019-12-26 16:56:46 +08:00
parent 2d6cfa3932
commit 27ea02e7f5

View File

@@ -41,7 +41,8 @@ def launch_tasks(stats):
script = " ".join([ script = " ".join([
"docker exec", "docker exec",
id, id,
"pkill sleep" "pkill",
"sleep"
]) ])
container.exec_run('sh -c \'' + script + '\'') container.exec_run('sh -c \'' + script + '\'')