Update index.py
This commit is contained in:
parent
c1cd45a5f3
commit
5016aedb0f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue