mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-22 20:39:48 +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
|
||||
#domain not found in the blacklist file, add it!
|
||||
if ${verbose}; then
|
||||
echo -n "::: Adding $1 to blacklist file..."
|
||||
echo -n "::: Adding $1 to blacklist file..."
|
||||
fi
|
||||
echo "$1" >> ${blacklist}
|
||||
reload=true
|
||||
|
|
Loading…
Add table
Reference in a new issue