Skip to content

Commit 1d8138a

Browse files
author
Felix
authored
Merge pull request #174 from MaZderMind/patch-2
replicate-seqences-tool has long been moved
2 parents bdbd80e + 8134ed3 commit 1d8138a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openstreetmap-tiles-update-expire

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if [ $# -eq 1 ] ; then
7575
m_info "Initialising Osmosis replication system to $1"
7676
mkdir $WORKOSM_DIR
7777
$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
78+
wget "https://replicate-sequences.osm.mazdermind.de/?"$1"T00:00:00Z" -O $WORKOSM_DIR/state.txt
7979
else
8080
# make sure the lockfile is removed when we exit and then claim it
8181

@@ -120,4 +120,4 @@ else
120120

121121

122122

123-
fi
123+
fi

0 commit comments

Comments
 (0)