]> git.openstreetmap.org Git - chef.git/blob - cookbooks/planet/templates/default/replicate-cleanup.erb
6049cc336da1a07a42541f55617ea5b94b70cab0
[chef.git] / cookbooks / planet / templates / default / replicate-cleanup.erb
1 #!/bin/sh
2
3 set -e
4
5 find /var/lib/replication/minute -name *.done -mtime +14 -print0 | xargs -0r rm