X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a2131407eb794673e66a2289ebda25007b4f561a..HEAD:/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 deleted file mode 100644 index d2f3be178..000000000 --- a/cookbooks/tile/templates/default/export.cron.erb +++ /dev/null @@ -1,6 +0,0 @@ -#!/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 -print0 | xargs -0r rm -f