Update index.py

pull/891/head
dami 2 weeks ago
parent c551c2ee1a
commit f5e50c6d76
  1. 2
      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'

Loading…
Cancel
Save