@ -342,7 +342,9 @@ def restartJob():
status = args['status']
action = "启动"
cmd = supCtl + " restart " + name
cmd = supCtl + " stop " + name
data = mw.execShell(cmd)
cmd = supCtl + " start " + name
if data[1] != '':