Commit Diff
--- http-ban.sh +++ http-ban.sh @@ -43,7 +43,7 @@ block() { access | IN_400_HOSTS | limit "$HTTPBAN_LIMIT_400" access | IN_300_HOSTS | limit "$HTTPBAN_LIMIT_300" } | sort | uniq | { - if test -n "$*"; then grep -v "$@" else cat; fi + if test -n "$*"; then grep -v "$@"; else cat; fi } }