]> git.openstreetmap.org Git - chef.git/blob - cookbooks/tile/templates/default/export.cron.erb
Replace content_from_file extension with simpler edit_file technique
[chef.git] / cookbooks / tile / templates / default / export.cron.erb
1 #!/bin/sh
2
3 # Removes stale tmp files from the export tab
4 exec find /tmp -name 'export??????' -mmin +60 -delete