mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-18 06:08:21 +00:00
Incorrect reference to whitelist in the blacklist.sh comments :)
This commit is contained in:
parent
ddfefb291d
commit
2b0bee085b
@ -58,7 +58,7 @@ function HandleOther(){
|
||||
}
|
||||
|
||||
function PopBlacklistFile(){
|
||||
#check whitelist file exists, and if not, create it
|
||||
#check blacklist file exists, and if not, create it
|
||||
if [[ ! -f $blacklist ]];then
|
||||
touch $blacklist
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user