Browse Source

Update iptables.sh

FusionPBX 5 năm trước cách đây
mục cha
commit
b975895e76
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      debian/resources/iptables.sh

+ 2 - 0
debian/resources/iptables.sh

@@ -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"