From 455a9c3e74e1f7c2f3ee57d345ac20fc42e5c908 Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 14 Apr 2022 16:10:58 +0800 Subject: [PATCH] Update task.py --- task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task.py b/task.py index 26c2b79fe..ffad38b27 100755 --- a/task.py +++ b/task.py @@ -56,7 +56,7 @@ def mw_async(f): @mw_async def restartMw(): time.sleep(1) - cmd = mw.getRunDir() + '/scripts/init.d/mw restart' + cmd = mw.getRunDir() + '/scripts/init.d/mw reload &' mw.execShell(cmd)