Update run.sh

url change
This commit is contained in:
Olivier DEBAUCHE 2021-06-15 08:02:21 +02:00 committed by GitHub
parent 6e367a1daa
commit c06f7e3b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
run.sh
View File

@ -114,7 +114,7 @@ if [ "$1" = "planet" ]; then
sudo -u postgres psql -d gis -c "ALTER TABLE spatial_ref_sys OWNER TO renderer;" sudo -u postgres psql -d gis -c "ALTER TABLE spatial_ref_sys OWNER TO renderer;"
setPostgresPassword setPostgresPassword
DOWNLOAD_DUMP="https://osm.smartappli.eu/dump.sql" DOWNLOAD_DUMP="https://osm.ig.umons.ac.be/dump.sql"
wget "$WGET_ARGS" "$DOWNLOAD_DUMP" -O /osm.sql wget "$WGET_ARGS" "$DOWNLOAD_DUMP" -O /osm.sql
if [ "$UPDATES" = "enabled" ]; then if [ "$UPDATES" = "enabled" ]; then