Update index.py

pull/522/head
Mr Chen 1 year ago
parent 190fc88d4f
commit de50de0a75
  1. 2
      plugins/supervisor/index.py

@ -357,7 +357,7 @@ def startJob():
action = "启动" action = "启动"
cmd = supCtl + " start " + name cmd = supCtl + " start " + name
if status == 'start': if status == 'stop':
action = "停止" action = "停止"
cmd = supCtl + " stop " + name cmd = supCtl + " stop " + name

Loading…
Cancel
Save