Update index.py

pull/389/head
midoks 2 years ago
parent c1cd45a5f3
commit 5016aedb0f
  1. 1
      plugins/supervisor/index.py

@ -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…
Cancel
Save