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