Update index.py

pull/267/head
midoks 3 years ago
parent 1c471abd09
commit a597d95940
  1. 2
      plugins/postgresql/index.py

@ -282,7 +282,7 @@ def initPgPwd():
cmd_pass = "echo \"alter user postgres with password '" + pwd + "'\" | "
if not mw.isAppleSystem():
cmd = serverdir + '/bin/psql -d postgres'
cmd_pass = cmd_pass + ' ' pgCmd(cmd)
cmd_pass = cmd_pass + ' ' + pgCmd(cmd)
else:
cmd_pass = cmd_pass + serverdir + '/bin/psql -d postgres'

Loading…
Cancel
Save