Skip to content

Commit

Permalink
Use data dir for logs 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sshnaidm committed Apr 5, 2018
1 parent 8a17903 commit 5fda9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crontab
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5fda9df

Please sign in to comment.