From 80307a3bcdb42952a86484c4ca265b6d9a76440f Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Fri, 12 Jan 2018 15:43:15 +0000 Subject: [PATCH] Remove update line from cron Signed-off-by: Adam Warner --- advanced/pihole.cron | 3 --- 1 file changed, 3 deletions(-) diff --git a/advanced/pihole.cron b/advanced/pihole.cron index 64837197..02a63b74 100644 --- a/advanced/pihole.cron +++ b/advanced/pihole.cron @@ -18,9 +18,6 @@ # early morning. Download any updates from the adlists 59 1 * * 7 root PATH="$PATH:/usr/local/bin/" pihole updateGravity -# Pi-hole: Update Pi-hole! Uncomment to enable auto update -#30 2 * * 7 root PATH="$PATH:/usr/local/bin/" pihole updatePihole - # Pi-hole: Flush the log daily at 00:00 # The flush script will use logrotate if available # parameter "once": logrotate only once (default is twice)