intent
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user