X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6107c4da253a8728877015f9d0306ee5a04abf6a..a1bf7d721cd3508668313c1279851937d93e3791:/cookbooks/nominatim/templates/default/clean-db-nominatim.erb diff --git a/cookbooks/nominatim/templates/default/clean-db-nominatim.erb b/cookbooks/nominatim/templates/default/clean-db-nominatim.erb index 0e54e1cc1..921a60d09 100644 --- a/cookbooks/nominatim/templates/default/clean-db-nominatim.erb +++ b/cookbooks/nominatim/templates/default/clean-db-nominatim.erb @@ -7,7 +7,7 @@ oldest=`date +%s` for fl in <%= @streaming_clients %>; do - lastupdate=`wget -O - -q http://${fl}.openstreetmap.org/last_update.php` + lastupdate=`wget -O - -q https://${fl}.openstreetmap.org/last_update.php` if [[ "$?" != "0" ]]; then oldest=0 break