X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/cd5f81c16c88e1ba51f7db9c6c8b49dc04c708aa..6766749acda8c73f24cdb134f697f24942bfe50f:/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 da828546e..d2f3be178 100644 --- a/cookbooks/tile/templates/default/export.cron.erb +++ b/cookbooks/tile/templates/default/export.cron.erb @@ -1,4 +1,6 @@ #!/bin/sh +# 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 -delete +exec find /tmp -name 'export??????' -mmin +60 -print0 | xargs -0r rm -f