This commit is contained in:
nic 2026-04-14 21:51:39 +02:00 committed by GitHub
commit 65e692807a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -11,3 +11,5 @@ __pycache__
.vagrant/
.idea/
.venv/
bin/fail2ban-python
fail2ban.egg-info/*

View file

@ -5,7 +5,7 @@
set -eu
failed=
for python in /usr/{,local/}bin/python3.[0-9]{,.*}{,-dbg}
for python in /usr/{,local/}bin/python3.{0..13}{,.*}{,-dbg}
do
[ -e "$python" ] || continue
echo "Testing using $python"