Update fail2ban.sh

This commit is contained in:
FusionPBX 2020-03-28 19:12:26 -06:00 committed by GitHub
parent e57b20b3e8
commit b7e1ccb81e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ cd "$(dirname "$0")"
#includes
. ./config.sh
. ./colors.sh
. ./resources/environment.sh
#send a message
verbose "Installing Fail2ban"
@ -32,4 +33,4 @@ cp fail2ban/jail.local /etc/fail2ban/jail.local
#fi
#restart fail2ban
/usr/sbin/service fail2ban restart
service fail2ban restart