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
|
# Reject already banned addresses
|
||||||
while read -r -u3 address ; do
|
while read -r -u3 address ; do
|
||||||
if [[ "${banned}" != *"${address}${ext}${suffix}"* ]] ; then
|
if [[ "${banned}" != *"${address}${ext}${suffix}"* ]] ; then
|
||||||
echo "Considering ${address}${ext}${suffix}."
|
echo "Considering ${address}${ext}${suffix}"
|
||||||
echo "${address}" >> "${filtered}"
|
echo "${address}" >> "${filtered}"
|
||||||
else
|
else
|
||||||
echo "IGNORING ${address}${ext}${suffix}, already banned."
|
echo "IGNORING ${address}${ext}${suffix}, already banned."
|
||||||
|
|
Loading…
Reference in a new issue