diff --git a/crontab b/crontab index 9bce488..5065eb1 100644 --- a/crontab +++ b/crontab @@ -1,2 +1,2 @@ 0 * * * * /usr/bin/python /app/manual.py &> /cidata/logs/manual.log -0 0 * * * find /cidata/ -type d -not -name "logs" -mtime +21 -exec rm -rf "{}" \; 2>&1 | tee /logdir/clean.log +0 0 * * * find /cidata/ -type d -not -name "logs" -mtime +21 -exec rm -rf "{}" \; 2>&1 | tee /cidata/logs/clean.log