Update index.py

pull/199/head
midoks 3 years ago
parent 9ee570e3bb
commit e45ebc5f11
  1. 5
      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'

Loading…
Cancel
Save