mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-23 04:49:50 +00:00
intent
This commit is contained in:
parent
7fb622638b
commit
b49384ffe4
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ AddDomain() {
|
||||||
if ${bool}; then
|
if ${bool}; then
|
||||||
#domain not found in the blacklist file, add it!
|
#domain not found in the blacklist file, add it!
|
||||||
if ${verbose}; then
|
if ${verbose}; then
|
||||||
echo -n "::: Adding $1 to blacklist file..."
|
echo -n "::: Adding $1 to blacklist file..."
|
||||||
fi
|
fi
|
||||||
echo "$1" >> ${blacklist}
|
echo "$1" >> ${blacklist}
|
||||||
reload=true
|
reload=true
|
||||||
|
|
Loading…
Add table
Reference in a new issue