mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-26 01:00:33 +00:00
move vars to pihole
This commit is contained in:
parent
a66a9cafe4
commit
f225a5dcd0
4 changed files with 15 additions and 17 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue