mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-27 09:01:40 +08:00
batcave: pdr cleanup cron needs a / so it does not try and remove the directory
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
0 12 * * * root /usr/bin/find /srv/web/infra/pdr -ctime +7 -print0 | xargs -0 rm -f
|
||||
0 12 * * * root /usr/bin/find /srv/web/infra/pdr/ -ctime +7 -print0 | xargs -0 rm -f
|
||||
|
||||
Reference in New Issue
Block a user