Update index.py
This commit is contained in:
parent
8c410b272d
commit
7a8c83ee90
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue