Update run.sh
url change
This commit is contained in:
parent
6e367a1daa
commit
c06f7e3b6e
2
run.sh
2
run.sh
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user