From 270df94dc105c2f1faa523881784e73c4d3adec5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 31 Oct 2016 23:04:55 +0000 Subject: [PATCH] Different pihole directory --- src/freedombone-app-pihole | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedombone-app-pihole b/src/freedombone-app-pihole index db82a899..23d19893 100755 --- a/src/freedombone-app-pihole +++ b/src/freedombone-app-pihole @@ -40,8 +40,8 @@ PIHOLE_DNS1='85.214.73.63' PIHOLE_DNS2='213.73.91.35' piholeBasename=pihole -piholeDir=/etc/$piholeBasename -PIHOLE_ADLIST=$piholeDir/adlists.list +piholeDir=/etc/.$piholeBasename +PIHOLE_ADLIST=$piholeDir/gravity.list PIHOLE_BLACKLIST=$piholeDir/blacklist.txt PIHOLE_WHITELIST=$piholeDir/whitelist.txt