mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Fix incorrect echo
This commit is contained in:
parent
47cc757ed0
commit
849185d3c9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue