Update index.py
This commit is contained in:
parent
f5c9f9e745
commit
b7c1d738dd
|
|
@ -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…
Reference in New Issue