From de50de0a759659a8850f7d54c25338e22e36c773 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 14 Jan 2024 22:16:35 +0800 Subject: [PATCH] Update index.py --- plugins/supervisor/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/supervisor/index.py b/plugins/supervisor/index.py index 85e88d8b7..6d9fbb869 100755 --- a/plugins/supervisor/index.py +++ b/plugins/supervisor/index.py @@ -357,7 +357,7 @@ def startJob(): action = "启动" cmd = supCtl + " start " + name - if status == 'start': + if status == 'stop': action = "停止" cmd = supCtl + " stop " + name