batcave01: only try and delete files here

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-07-13 13:36:05 -07:00
parent e0cb1c5188
commit 757c4f65c3

View file

@ -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/ -type f -ctime +7 -print0 | xargs -0 rm -f