move vars to pihole

This commit is contained in:
tuplink 2016-10-20 13:31:51 -04:00
parent a66a9cafe4
commit f225a5dcd0
4 changed files with 15 additions and 17 deletions

View file

@ -26,15 +26,6 @@ helpFunc()
}
adListFile=/etc/pihole/adlists.list
adListDefault=/etc/pihole/adlists.default
whitelistScript=/opt/pihole/whitelist.sh
blacklistScript=/opt/pihole/blacklist.sh
whitelistFile=/etc/pihole/whitelist.txt
blacklistFile=/etc/pihole/blacklist.txt
#Source the setupVars from install script for the IP
setupVars=/etc/pihole/setupVars.conf
if [[ -f ${setupVars} ]];then
. /etc/pihole/setupVars.conf
else