Fix incorrect echo

This commit is contained in:
Promofaux 2016-04-05 00:03:49 +01:00
parent 47cc757ed0
commit 849185d3c9
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ function AddDomain(){
echo " done!"
else
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
}