From 27ea02e7f51bd9754cf7e5ab8ba2ff8d6936f0ea Mon Sep 17 00:00:00 2001 From: Newnius Date: Thu, 26 Dec 2019 16:56:46 +0800 Subject: [PATCH] all in one --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 8a19a2e..9923e17 100644 --- a/main.py +++ b/main.py @@ -41,7 +41,8 @@ def launch_tasks(stats): script = " ".join([ "docker exec", id, - "pkill sleep" + "pkill", + "sleep" ]) container.exec_run('sh -c \'' + script + '\'')