mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-24 16:20:13 +00:00
Flip reload logic. Do not reload lists if no changes made to whitelist.txt
This commit is contained in:
parent
b79392ba2c
commit
96053d13be
2 changed files with 4 additions and 2 deletions
|
@ -35,7 +35,7 @@ basename=pihole
|
|||
piholeDir=/etc/${basename}
|
||||
adList=${piholeDir}/gravity.list
|
||||
blacklist=${piholeDir}/blacklist.txt
|
||||
reload=true
|
||||
reload=false
|
||||
addmode=true
|
||||
verbose=true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue