]> git.openstreetmap.org Git - chef.git/blob - cookbooks/tile/templates/default/export.cron.erb
Tile: fix debug cgi filename quoting
[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