Update index.py
This commit is contained in:
parent
b512a7fa85
commit
984615a9f7
|
|
@ -83,7 +83,7 @@ def checkArgs(data, ck=[]):
|
|||
|
||||
|
||||
def getConf():
|
||||
path = '/etc/mysql/my.cnf'
|
||||
path = getServerDir() + '/etc/my.cnf'
|
||||
return path
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue