Update index.py

This commit is contained in:
midoks 2022-11-07 09:38:59 +08:00
parent b512a7fa85
commit 984615a9f7
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ def checkArgs(data, ck=[]):
def getConf():
path = '/etc/mysql/my.cnf'
path = getServerDir() + '/etc/my.cnf'
return path