From a0e0465036eb4fab12851165d97ce709c0e73880 Mon Sep 17 00:00:00 2001
From: DL6ER <dl6er@dl6er.de>
Date: Sun, 25 Dec 2016 17:32:59 +0100
Subject: [PATCH] Revert "Merge pull request #1018 from pi-hole/diginc-patch-1"

This reverts commit ff3c36a7a246d46e3cff5b1b3a89f0288352ce78, reversing
changes made to 9355a8ad0e335efd7667d202e07b4d31781c388e.
---
 advanced/pihole.cron | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/advanced/pihole.cron b/advanced/pihole.cron
index cb9965f0..8311acfb 100644
--- a/advanced/pihole.cron
+++ b/advanced/pihole.cron
@@ -13,15 +13,14 @@
 # scripts, any changes made to this file will be overwritten when the softare
 # is updated or re-installed. Please make any changes to the appropriate crontab
 # or other cron file snippets.
-PATH="$PATH:/usr/local/bin/"
 
 # Pi-hole: Update the ad sources once a week on Sunday at 01:59
 #          Download any updates from the adlists
-59 1    * * 7   root    pihole updateGravity
+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    pihole updatePihole
+#30 2    * * 7   root    PATH="$PATH:/usr/local/bin/" pihole updatePihole
 
 # 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
-00 00   * * *   root    pihole flush
+00 00   * * *   root    PATH="$PATH:/usr/local/bin/" pihole flush