|
|
@ -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 |
|
|
|
|
|
|
|
|
|
|
|