Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
Update minutely_update.sh
Browse files Browse the repository at this point in the history
updated to https based on #35
  • Loading branch information
gknisely authored Apr 2, 2018
1 parent 5b484f4 commit c8dfdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/minutely_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ initialize() {

$OSMOSIS --read-replication-interval-init workingDirectory=$WORKDIR_OSM

baseUrl=http://planet.openstreetmap.org/replication/minute
baseUrl=https://planet.openstreetmap.org/replication/minute
replacement="s@^\(baseUrl\s*=\s*\).*\$@\1${baseUrl}@"
sed -i $replacement $WORKDIR_OSM/configuration.txt
sed -i "s/^\(maxInterval\s*=\s*\).*\$/\10/" $WORKDIR_OSM/configuration.txt
Expand Down

0 comments on commit c8dfdf4

Please sign in to comment.