mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Incorrect reference to whitelist in the blacklist.sh comments :)
This commit is contained in:
parent
ddfefb291d
commit
2b0bee085b
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ function HandleOther(){
|
||||||
}
|
}
|
||||||
|
|
||||||
function PopBlacklistFile(){
|
function PopBlacklistFile(){
|
||||||
#check whitelist file exists, and if not, create it
|
#check blacklist file exists, and if not, create it
|
||||||
if [[ ! -f $blacklist ]];then
|
if [[ ! -f $blacklist ]];then
|
||||||
touch $blacklist
|
touch $blacklist
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue