diff --git a/f2bt b/f2bt index 99da8cb..81bd7ae 100644 --- a/f2bt +++ b/f2bt @@ -6,7 +6,7 @@ set -euo pipefail clear ##CONFIG -log="${sudo 1:-/var/log/fail2ban.log}" +log="${1:-/var/log/fail2ban.log}" ##CHECK if [[ ! -f "$log" ]]; then