Update iptables.sh

This commit is contained in:
FusionPBX
2020-03-28 16:45:40 -06:00
committed by GitHub
parent 472836905a
commit b975895e76

View File

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