Update iptables.sh

This commit is contained in:
FusionPBX 2020-03-28 16:45:40 -06:00 committed by GitHub
parent 472836905a
commit b975895e76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -3,8 +3,10 @@
#move to script directory so all relative paths work #move to script directory so all relative paths work
cd "$(dirname "$0")" cd "$(dirname "$0")"
#add the includes
. ./config.sh . ./config.sh
. ./colors.sh . ./colors.sh
. ./environment.sh
#send a message #send a message
verbose "Configuring IPTables" verbose "Configuring IPTables"