From 96bacc372a0dc5e8d25880e0b2a02c1c3553cba8 Mon Sep 17 00:00:00 2001 From: jacobsalmela Date: Fri, 18 Mar 2016 18:02:17 -0500 Subject: [PATCH] cron to update pi-hole This checks once a week if core Pi-hole needs updating. --- advanced/pihole.cron | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/advanced/pihole.cron b/advanced/pihole.cron index 83b431a4..5e1fb271 100644 --- a/advanced/pihole.cron +++ b/advanced/pihole.cron @@ -9,6 +9,10 @@ # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. +# Pi-hole: Check if Pi-hole needs to be updated. Check once a week on Monday at 01:59 +# New releases often come out on Sunday, so checking the next day should be effective. +59 1 * * 7 root /usr/local/bin/updatePihole + # Pi-hole: Update the ad sources once a week on Sunday at 01:59 # Download any updates from the ad lists 59 1 * * 7 root /usr/local/bin/gravity.sh