Typo.
This commit is contained in:
parent
fd3b719cb2
commit
b081efa877
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ function filter() {
|
|||
# Reject already banned addresses
|
||||
while read -r -u3 address ; do
|
||||
if [[ "${banned}" != *"${address}${ext}${suffix}"* ]] ; then
|
||||
echo "Considering ${address}${ext}${suffix}."
|
||||
echo "Considering ${address}${ext}${suffix}"
|
||||
echo "${address}" >> "${filtered}"
|
||||
else
|
||||
echo "IGNORING ${address}${ext}${suffix}, already banned."
|
||||
|
|
Loading…
Reference in a new issue