diff --git a/plugins/mail/index.py b/plugins/mail/index.py index 81c8295c4..1d1043800 100755 --- a/plugins/mail/index.py +++ b/plugins/mail/index.py @@ -49,11 +49,6 @@ def getArgs(): def status(): - data = mw.execShell( - "ps -ef|grep redis |grep -v grep | grep -v python | grep -v mdserver-web | awk '{print $2}'") - - if data[0] == '': - return 'stop' return 'start'