From a3964cc5adc546a58a776cb3bcfcc7f846a38e62 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 23 Jun 2017 19:19:53 -0600 Subject: [PATCH] Update install.sh --- freebsd/install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/freebsd/install.sh b/freebsd/install.sh index 168171f..76352ed 100755 --- a/freebsd/install.sh +++ b/freebsd/install.sh @@ -24,7 +24,9 @@ else fi #PF - Packet Filter -resources/pf.sh +if [ .$firewall = .'pf' ]; then + resources/pf.sh +end #sngrep resources/sngrep.sh