From eb201b614abbe2c2d61f93005d26c8b8f818d50b Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Tue, 6 Sep 2016 19:29:30 +0100 Subject: [PATCH] Change log flush time to 00:00 --- advanced/pihole.cron | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/advanced/pihole.cron b/advanced/pihole.cron index 712679ac..d4ec56a7 100644 --- a/advanced/pihole.cron +++ b/advanced/pihole.cron @@ -21,6 +21,6 @@ # This will be used for a historical view of your Pi-hole's performance #50 23 * * * root /usr/local/bin/dailyLog.sh # note: this is outdated -# Pi-hole: Flush the log daily at 11:58 so it doesn't get out of control +# Pi-hole: Flush the log daily at 00:00 so it doesn't get out of control # Stats will be viewable in the Web interface thanks to the cron job above -58 23 * * * root /usr/local/bin/pihole flush +00 00 * * * root /usr/local/bin/pihole flush