mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-05-13 06:31:29 +00:00
setup fix for python3, bypass directories (__pycache__) created after ignore command was tested
This commit is contained in:
parent
fa8184d4cc
commit
0ae932ba5e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -205,7 +205,7 @@ setup(
|
|||
glob("config/filter.d/*.conf")
|
||||
),
|
||||
('/etc/fail2ban/filter.d/ignorecommands',
|
||||
glob("config/filter.d/ignorecommands/*")
|
||||
[p for p in glob("config/filter.d/ignorecommands/*") if isfile(p)]
|
||||
),
|
||||
('/etc/fail2ban/action.d',
|
||||
glob("config/action.d/*.conf") +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue