]> git.openstreetmap.org Git - chef.git/blob - cookbooks/tile/templates/default/export.cron.erb
Simplify management of nodes file permission now CHEF#1260 is fixed
[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