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:
Kevin Fenzi 2022-07-16 12:28:33 -07:00
parent fc93ccc61b
commit e7daae10f7

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