Update index.py

This commit is contained in:
midoks 2023-04-21 21:03:30 +08:00
parent 9131f44d67
commit 5ff0a0bfbc
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ def getArgs():
def status():
data = mw.execShell(
"ps -ef|grep redis |grep -v grep | grep -v python | grep -v mdserver-web | awk '{print $2}'")
"ps -ef|grep dockerd |grep -v grep | grep -v python | grep -v mdserver-web | awk '{print $2}'")
if data[0] == '':
return 'stop'