This commit is contained in:
Manuel Friedli 2020-08-04 04:25:34 +02:00
parent fd3b719cb2
commit b081efa877
1 changed files with 1 additions and 1 deletions

View File

@ -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."