Minor bugfix: Don't trip if there is NOTHING to block.
This commit is contained in:
parent
7f3432672b
commit
877a2723e5
1 changed files with 0 additions and 2 deletions
|
@ -442,8 +442,6 @@ file24="${tmpdir}/sorted-http-24.txt"
|
||||||
file32="${tmpdir}/sorted-http-32.txt"
|
file32="${tmpdir}/sorted-http-32.txt"
|
||||||
# This file will contain the addresses to be banned.
|
# This file will contain the addresses to be banned.
|
||||||
banlist="${tmpdir}/banlist.txt"
|
banlist="${tmpdir}/banlist.txt"
|
||||||
# This file contains the output of the last invocation of whois
|
|
||||||
whoisoutput="${tmpdir}/whois.txt"
|
|
||||||
|
|
||||||
touch "${banlist}"
|
touch "${banlist}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue