Skip to content

Commit bedff2a

Browse files
authored
Merge pull request #150 from ph1ll/patch-1
Fix Osmosis configuration change
2 parents 5a059ab + e79901b commit bedff2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openstreetmap-tiles-update-expire

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ if [ $# -eq 1 ] ; then
113113
$OSMOSIS_BIN --read-replication-interval-init workingDirectory=$WORKOSM_DIR 1>&2 2> "$OSMOSISLOG"
114114
wget "https://replicate-sequences.osm.mazdermind.de/?"$1"T00:00:00Z" -O $WORKOSM_DIR/state.txt
115115
mv $WORKOSM_DIR/configuration.txt $WORKOSM_DIR/configuration_orig.txt
116-
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
116+
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
117117
else
118118
# make sure the lockfile is removed when we exit and then claim it
119119

0 commit comments

Comments
 (0)