mirror of https://github.com/fail2ban/fail2ban
fixed a bug which came during conflict resolution /usr/share insteadh of /usr/lib
parent
e46b5f6665
commit
87a6c5a069
2
fail2ban
2
fail2ban
|
@ -29,7 +29,7 @@ __license__ = "GPL"
|
||||||
import sys, traceback, logging
|
import sys, traceback, logging
|
||||||
|
|
||||||
# Appends our own modules path.
|
# Appends our own modules path.
|
||||||
sys.path.append("/usr/lib/fail2ban")
|
sys.path.append("/usr/share/fail2ban")
|
||||||
|
|
||||||
# Now we can import our modules.
|
# Now we can import our modules.
|
||||||
import fail2ban
|
import fail2ban
|
||||||
|
|
Loading…
Reference in New Issue