mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-05-13 14:36:43 +00:00
Merge c8dd47341b into adfffe5267
This commit is contained in:
commit
65e692807a
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -11,3 +11,5 @@ __pycache__
|
|||
.vagrant/
|
||||
.idea/
|
||||
.venv/
|
||||
bin/fail2ban-python
|
||||
fail2ban.egg-info/*
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue