Fix Blacklisting Action on Known Bad IP Addresses

This commit is contained in:
Mitchell Krog 2018-06-28 16:21:18 +02:00
parent faec8ada79
commit 4e84fe586b
No known key found for this signature in database
GPG key ID: EA1DD210CACCC45E

View file

@ -408,7 +408,7 @@ rm $_inputdb10
printf '%s\n' "$_start11" >> "$_tmpnginx11"
while IFS= read -r LINE
do
printf '\t%s\t\t%s\n' "${LINE}" "$_action1" >> "$_tmpnginx11"
printf '\t%s\t\t%s\n' "${LINE}" "$_action2" >> "$_tmpnginx11"
done < $_input11
printf '%s\n' "$_end11" >> "$_tmpnginx11"
mv $_tmpnginx11 $_inputdb11