]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/nominatim-update-data.erb
nominatim: UI forwarding should take precedence to blocking
[chef.git] / cookbooks / nominatim / templates / default / nominatim-update-data.erb
index 733c381058f1de455e5e8994b7b4ec5866e2752d..69c832e5309320c3d4c432bc314fda59a127a516 100644 (file)
@@ -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}