]> git.openstreetmap.org Git - chef.git/blob - cookbooks/tile/templates/default/export.cron.erb
otrs: Use znuny mirror of otrs 6.0.30 release as upstream is gone
[chef.git] / cookbooks / tile / templates / default / export.cron.erb
1 #!/bin/sh
2
3 # DO NOT EDIT - This file is being maintained by Chef
4
5 # Removes stale tmp files from the export tab
6 exec find /tmp -ignore_readdir_race -name 'export??????' -mmin +60 -delete