Fix incorrect echo

This commit is contained in:
Promofaux 2016-04-05 00:03:49 +01:00
parent 47cc757ed0
commit 849185d3c9

View file

@ -96,7 +96,7 @@ function AddDomain(){
echo " done!" echo " done!"
else else
if $versbose; then if $versbose; then
echo "::: $1 already exists in blacklist.txt! No need to add" echo "::: $1 already exists in $blacklist! No need to add"
fi fi
fi fi
} }