Update iptables.sh
This commit is contained in:
parent
472836905a
commit
b975895e76
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue