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

@ -30,10 +30,7 @@ if [[ $# = 0 ]]; then
fi
#globals
basename=pihole
piholeDir=/etc/${basename}
adList=${piholeDir}/gravity.list
blacklist=${piholeDir}/blacklist.txt
reload=true
addmode=true
verbose=true

View file

@ -31,10 +31,6 @@ if [[ $# = 0 ]]; then
fi
#globals
basename=pihole
piholeDir=/etc/${basename}
adList=${piholeDir}/gravity.list
whitelist=${piholeDir}/whitelist.txt
reload=true
addmode=true
verbose=true