1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-17 21:59:55 +00:00
This commit is contained in:
Promofaux 2016-10-23 22:44:21 +01:00
parent 7fb622638b
commit b49384ffe4

View File

@ -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