Update fail2ban.sh

This commit is contained in:
FusionPBX 2019-02-17 09:29:16 -07:00 committed by GitHub
parent 9c7f0ace3c
commit 65b45e7a14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ cd "$(dirname "$0")"
verbose "Installing Fail2ban"
#add the dependencies
apt-get install -y --force-yes fail2ban
apt-get install -y fail2ban
#move the filters
cp fail2ban/sip-auth-failure.conf /etc/fail2ban/filter.d/sip-auth-failure.conf