Update index.py

This commit is contained in:
midoks 2022-09-25 18:54:47 +08:00
parent 8c410b272d
commit 7a8c83ee90
1 changed files with 1 additions and 0 deletions

View File

@ -343,6 +343,7 @@ def initMariaDbPwd():
time.sleep(5)
serverdir = getServerDir()
myconf = serverdir + "/etc/my.cnf"
pwd = mw.getRandomString(16)
db_option = "-S " + serverdir + "/mysql.sock"