Update task.py

pull/109/head
midoks 3 years ago
parent 3d1e8983d0
commit 455a9c3e74
  1. 2
      task.py

@ -56,7 +56,7 @@ def mw_async(f):
@mw_async @mw_async
def restartMw(): def restartMw():
time.sleep(1) time.sleep(1)
cmd = mw.getRunDir() + '/scripts/init.d/mw restart' cmd = mw.getRunDir() + '/scripts/init.d/mw reload &'
mw.execShell(cmd) mw.execShell(cmd)

Loading…
Cancel
Save