Update index.py

pull/121/head
midoks 3 years ago
parent f5c9f9e745
commit b7c1d738dd
  1. 5
      plugins/mysql-ya/index.py

@ -168,11 +168,6 @@ def initDreplace(version=''):
def status(version=''):
data = mw.execShell(
"ps -ef|grep mysqld |grep -v grep | grep -v python | awk '{print $2}'")
if data[0] == '':
return 'stop'
pid = getServerDir() + '/data/mysql.pid'
if not os.path.exists(pid):
return 'stop'

Loading…
Cancel
Save