„update_blocklist.sh“ ändern
This commit is contained in:
parent
64533b93be
commit
35d59ddb4f
1 changed files with 4 additions and 4 deletions
|
@ -62,11 +62,11 @@ while read BLOCKED_IP
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
countskipped=$(( $countskipped + 1 ))
|
countskipped=$(( $countskipped + 1 ))
|
||||||
if [[ $LOGLEVEL -eq 2 ]]; then
|
# if [[ $LOGLEVEL -eq 2 ]]; then
|
||||||
echo "IP already in Database! --> $BLOCKED_IP"
|
echo "IP already in Database! --> $BLOCKED_IP"
|
||||||
elif [[ $LOGLEVEL -eq 1 ]]; then
|
# elif [[ $LOGLEVEL -eq 1 ]]; then
|
||||||
echo -n "."
|
# echo -n "."
|
||||||
fi
|
# fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done < /tmp/blocklist.txt
|
done < /tmp/blocklist.txt
|
||||||
|
|
Loading…
Reference in a new issue