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

Commit c8dfdf4

Browse files
authored
Update minutely_update.sh
updated to https based on #35
1 parent 5b484f4 commit c8dfdf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/minutely_update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ initialize() {
102102

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

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

0 commit comments

Comments
 (0)