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:
parent
fc93ccc61b
commit
e7daae10f7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue