X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/18e12b0e123fc3e5f344682f884feabc12da0f5a..a2104107771eb06e5f3cdbfe5ebb58fe86fe8b14:/cookbooks/nominatim/templates/default/clean-db-nominatim.erb?ds=sidebyside 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