X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/fa701fc119f67c4c7626ac07f2e081f249106305..HEAD:/cookbooks/nominatim/templates/default/nominatim-update-data.erb diff --git a/cookbooks/nominatim/templates/default/nominatim-update-data.erb b/cookbooks/nominatim/templates/default/nominatim-update-data.erb index 733c38105..69c832e53 100644 --- a/cookbooks/nominatim/templates/default/nominatim-update-data.erb +++ b/cookbooks/nominatim/templates/default/nominatim-update-data.erb @@ -8,7 +8,7 @@ cd <%= @projectdir %> # First execute any maintenance task that may be there. -for task in `find <%= @bindir %>/maintenance -type f`; do +for task in `find <%= @bindir %>/maintenance -type f,l`; do date "+%c === Running maintenance task ${task}" . ${task} rm ${task}