Update index.py

This commit is contained in:
midoks 2023-03-05 02:08:04 +08:00
parent c1cd45a5f3
commit 5016aedb0f
1 changed files with 0 additions and 1 deletions

View File

@ -341,7 +341,6 @@ def restartJob():
name = args['name']
status = args['status']
action = "启动"
cmd = supCtl + " stop " + name
data = mw.execShell(cmd)
cmd = supCtl + " start " + name