X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a2131407eb794673e66a2289ebda25007b4f561a..bf14fbaf495ff6aa406ad95aa39ac81fd00549e5:/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