Install FreeSWITCH then Fail2ban.

This commit is contained in:
FusionPBX 2021-03-08 08:36:42 -07:00 committed by GitHub
parent 66f6f70177
commit 94914a2052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -43,11 +43,6 @@ if [ .$nginx_enabled = .'true' ]; then
resources/nginx.sh
fi
#Fail2ban
if [ .$fail2ban_enabled = .'true' ]; then
resources/fail2ban.sh
fi
#FreeSWITCH
if [ .$switch_enabled = .'true' ]; then
resources/switch.sh
@ -67,5 +62,10 @@ if [ .$fail2ban_enabled = .'true' ]; then
service fail2ban restart
fi
#Fail2ban
if [ .$fail2ban_enabled = .'true' ]; then
resources/fail2ban.sh
fi
#add the database schema, user and groups
resources/finish.sh