We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e1037 commit e7c11f0Copy full SHA for e7c11f0
func/rebuild.sh
@@ -619,7 +619,7 @@ rebuild_pgsql_database() {
619
query="GRANT ALL PRIVILEGES ON DATABASE $DB TO $DBUSER"
620
psql -h $HOST -U $USER -c "$query" > /dev/null 2>&1
621
622
- query="GRANT CONNECT ON DATABASE template1 to $dbuser"
+ query="GRANT CONNECT ON DATABASE template1 to $DBUSER"
623
624
}
625
0 commit comments