mirror of
https://github.com/pi-hole/pi-hole
synced 2025-06-28 03:12:33 +00:00
Merge pull request #2470 from jeremysherriff/patch-1
Silence updateGravity cron job unless errors occur
This commit is contained in:
commit
49b8ad7e94
@ -16,7 +16,9 @@
|
|||||||
|
|
||||||
# Pi-hole: Update the ad sources once a week on Sunday at a random time in the
|
# Pi-hole: Update the ad sources once a week on Sunday at a random time in the
|
||||||
# early morning. Download any updates from the adlists
|
# early morning. Download any updates from the adlists
|
||||||
59 1 * * 7 root PATH="$PATH:/usr/local/bin/" pihole updateGravity
|
# Squash output to log, then splat the log to stdout on error to allow for
|
||||||
|
# standard crontab job error handling.
|
||||||
|
59 1 * * 7 root PATH="$PATH:/usr/local/bin/" pihole updateGravity >/var/log/pihole_updateGravity.log || cat /var/log/pihole_updateGravity.log
|
||||||
|
|
||||||
# Pi-hole: Flush the log daily at 00:00
|
# Pi-hole: Flush the log daily at 00:00
|
||||||
# The flush script will use logrotate if available
|
# The flush script will use logrotate if available
|
||||||
|
Loading…
Reference in New Issue
Block a user