X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6107c4da253a8728877015f9d0306ee5a04abf6a..da3e292dc325b96df2c805d729427c8bf6741b81:/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