We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdbd80e + 8134ed3 commit 1d8138aCopy full SHA for 1d8138a
openstreetmap-tiles-update-expire
@@ -75,7 +75,7 @@ if [ $# -eq 1 ] ; then
75
m_info "Initialising Osmosis replication system to $1"
76
mkdir $WORKOSM_DIR
77
$OSMOSIS_BIN --read-replication-interval-init workingDirectory=$WORKOSM_DIR 1>&2 2> "$OSMOSISLOG"
78
- wget "http://osm.personalwerk.de/replicate-sequences/?"$1"T00:00:00Z" -O $WORKOSM_DIR/state.txt
+ wget "https://replicate-sequences.osm.mazdermind.de/?"$1"T00:00:00Z" -O $WORKOSM_DIR/state.txt
79
else
80
# make sure the lockfile is removed when we exit and then claim it
81
@@ -120,4 +120,4 @@ else
120
121
122
123
-fi
+fi
0 commit comments