Correct user for psql
This commit is contained in:
2
run.sh
2
run.sh
@@ -182,7 +182,7 @@ if [ "$1" == "run" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Load functions for OSM Carto v5.9.0
|
# Load functions for OSM Carto v5.9.0
|
||||||
sudo -u renderer psql -d gis -f /data/functions.sql
|
sudo -u postgres psql -d gis -f /data/functions.sql
|
||||||
|
|
||||||
# Initialize PostgreSQL and Apache
|
# Initialize PostgreSQL and Apache
|
||||||
createPostgresConfig
|
createPostgresConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user