From b16738fd5f497e30158916816a3356d288c3c214 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 31 Oct 2016 23:08:39 +0000 Subject: [PATCH] Back to previous directory --- src/freedombone-app-pihole | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-app-pihole b/src/freedombone-app-pihole index 23d19893..5bfb2b7b 100755 --- a/src/freedombone-app-pihole +++ b/src/freedombone-app-pihole @@ -40,7 +40,7 @@ PIHOLE_DNS1='85.214.73.63' PIHOLE_DNS2='213.73.91.35' piholeBasename=pihole -piholeDir=/etc/.$piholeBasename +piholeDir=/etc/$piholeBasename PIHOLE_ADLIST=$piholeDir/gravity.list PIHOLE_BLACKLIST=$piholeDir/blacklist.txt PIHOLE_WHITELIST=$piholeDir/whitelist.txt