]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tile/templates/default/export.cron.erb
Remove block on scale 3600
[chef.git] / cookbooks / tile / templates / default / export.cron.erb
index d2f3be1788969ee1128132aafff577d776075b78..b598e4113f366ba7a13e828a5d180327567db294 100644 (file)
@@ -3,4 +3,4 @@
 # DO NOT EDIT - This file is being maintained by Chef
 
 # Removes stale tmp files from the export tab
-exec find /tmp -name 'export??????' -mmin +60 -print0 | xargs -0r rm -f
+exec find /tmp -ignore_readdir_race -name 'export??????' -mmin +60 -delete