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:46 +08:00
parent 2d6cfa3932
commit 27ea02e7f5

View File

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