From 4ac93dfa3cd6bf61bb7244e74a32700ac59fd9c5 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 13 Mar 2019 17:59:14 +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 cfcd31955..b136f4486 100755 --- a/task.py +++ b/task.py @@ -328,7 +328,7 @@ def systemTask(): reloadNum = 0 # if os.path.exists('data/ssl.pl'): os.system(public.getRunDir() + - '/scripts/init.d/bt restart > /dev/null 2>&1') + '/scripts/init.d/mw restart > /dev/null 2>&1') except Exception, ex: print str(ex)