Update index.py

pull/130/head
midoks 3 years ago
parent 956e85d608
commit e2b2499dc8
  1. 2
      plugins/mariadb/index.py

@ -322,7 +322,7 @@ def initMysqlPwd():
data = mw.execShell(cmd_pass)
if data[1].find("ERROR"):
print("init mariadb db fail")
print("init mariadb db password fail")
exit(1)
# print(data)

Loading…
Cancel
Save