From e79901b7dd03775dab2795733401009816027627 Mon Sep 17 00:00:00 2001 From: Ph1ll Date: Wed, 16 Sep 2020 10:05:33 +0100 Subject: [PATCH] Fix Osmosis configuration change --- openstreetmap-tiles-update-expire | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstreetmap-tiles-update-expire b/openstreetmap-tiles-update-expire index 4978a85..a298387 100644 --- a/openstreetmap-tiles-update-expire +++ b/openstreetmap-tiles-update-expire @@ -113,7 +113,7 @@ if [ $# -eq 1 ] ; then $OSMOSIS_BIN --read-replication-interval-init workingDirectory=$WORKOSM_DIR 1>&2 2> "$OSMOSISLOG" wget "https://replicate-sequences.osm.mazdermind.de/?"$1"T00:00:00Z" -O $WORKOSM_DIR/state.txt mv $WORKOSM_DIR/configuration.txt $WORKOSM_DIR/configuration_orig.txt - sed "s!baseUrl=https://planet.openstreetmap.org/replication/minute!baseUrl=https://planet.openstreetmap.org/replication/minute!" $WORKOSM_DIR/configuration_orig.txt > $WORKOSM_DIR/configuration.txt + sed "s!baseUrl=http://planet.openstreetmap.org/replication/minute!baseUrl=https://planet.openstreetmap.org/replication/minute!" $WORKOSM_DIR/configuration_orig.txt > $WORKOSM_DIR/configuration.txt else # make sure the lockfile is removed when we exit and then claim it