Skip to content

Commit

Permalink
Back-ported syntax error fix in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
janvanmansum committed Jan 10, 2024
1 parent 2b7e43d commit ea2d1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installer/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@

# 3e. set permissions:

conn_cmd = "GRANT CREATE PRIVILEGES on DATABASE "+pgDb+" to "+pgUser+";"
conn_cmd = "GRANT ALL PRIVILEGES on DATABASE "+pgDb+" to "+pgUser+";"
try:
cur.execute(conn_cmd)
except:
Expand Down

0 comments on commit ea2d1f0

Please sign in to comment.