mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
fixed a bug which came during conflict resolution /usr/share insteadh of /usr/lib
This commit is contained in:
parent
e46b5f6665
commit
87a6c5a069
1 changed files with 1 additions and 1 deletions
2
fail2ban
2
fail2ban
|
|
@ -29,7 +29,7 @@ __license__ = "GPL"
|
|||
import sys, traceback, logging
|
||||
|
||||
# Appends our own modules path.
|
||||
sys.path.append("/usr/lib/fail2ban")
|
||||
sys.path.append("/usr/share/fail2ban")
|
||||
|
||||
# Now we can import our modules.
|
||||
import fail2ban
|
||||
|
|
|
|||
Loading…
Reference in a new issue