Skip to content

Commit

Permalink
Merge pull request #174 from MaZderMind/patch-2
Browse files Browse the repository at this point in the history
replicate-seqences-tool has long been moved
  • Loading branch information
Felix committed Sep 28, 2020
2 parents bdbd80e + 8134ed3 commit 1d8138a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openstreetmap-tiles-update-expire
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if [ $# -eq 1 ] ; then
m_info "Initialising Osmosis replication system to $1"
mkdir $WORKOSM_DIR
$OSMOSIS_BIN --read-replication-interval-init workingDirectory=$WORKOSM_DIR 1>&2 2> "$OSMOSISLOG"
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
else
# make sure the lockfile is removed when we exit and then claim it

Expand Down Expand Up @@ -120,4 +120,4 @@ else



fi
fi

0 comments on commit 1d8138a

Please sign in to comment.