X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a2131407eb794673e66a2289ebda25007b4f561a..de935728632b0969362c56e9f66d13295bde91f8:/cookbooks/tile/templates/default/export.cron.erb diff --git a/cookbooks/tile/templates/default/export.cron.erb b/cookbooks/tile/templates/default/export.cron.erb index d2f3be178..b598e4113 100644 --- a/cookbooks/tile/templates/default/export.cron.erb +++ b/cookbooks/tile/templates/default/export.cron.erb @@ -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