Skip to content

Commit

Permalink
Fix cron find-interesting-logs: command not found
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Dec 5, 2017
1 parent 1f870ee commit 105224d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/crontab
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
1,31 0-5 * * * root adjkerntz -a
#
# Find today's interesting logs and mail them to root
58 23 * * * root find-interesting-logs | mail -s 'daily find-interesting-logs output' root
58 23 * * * root /usr/local/bin/find-interesting-logs | mail -s 'daily find-interesting-logs output' root

0 comments on commit 105224d

Please sign in to comment.