Update index.py

pull/202/head
midoks 3 years ago
parent 8c410b272d
commit 7a8c83ee90
  1. 1
      plugins/mariadb/index.py

@ -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…
Cancel
Save