From f5e50c6d76afcb18b01192897a78c4ee2054c0bf Mon Sep 17 00:00:00 2001 From: dami Date: Thu, 7 May 2026 16:59:27 +0800 Subject: [PATCH] Update index.py --- plugins/keepalived/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/keepalived/index.py b/plugins/keepalived/index.py index 3ee34712d..2eb6fd952 100755 --- a/plugins/keepalived/index.py +++ b/plugins/keepalived/index.py @@ -118,7 +118,7 @@ def configScriptsTpl(): def status(): data = mw.execShell( - "ps aux|grep keepalived |grep -v grep | grep -v python | grep -v mdserver-web | awk '{print $2}'") + "ps aux|grep keepalived |grep -v grep | grep -v python| awk '{print $2}'") if data[0] == '': return 'stop'