From 8b8335b73cf3d8b8756fdc98e039e0e6f70e5407 Mon Sep 17 00:00:00 2001 From: Ermal Date: Thu, 1 Sep 2011 15:50:46 +0000 Subject: Be correct at command --- config/snort/snort.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/snort') diff --git a/config/snort/snort.inc b/config/snort/snort.inc index 06e89bf5..82cfcfd6 100644 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -599,7 +599,7 @@ function snort_postinstall() exec("/usr/bin/fetch -o /usr/local/bin/barnyard2 http://files.pfsense.org/packages/amd64/{$snort_freebsd_ver}/All/barnyard2"); else exec("/usr/bin/fetch -o /usr/local/bin/barnyard2 http://files.pfsense.org/packages/{$snort_freebsd_ver}/All/barnyard2"); - exec('/bin/chmod 755 /usr/local/bin/barnyard2'); + exec('/bin/chmod 0755 /usr/local/bin/barnyard2'); } update_output_window(gettext("Finnished Installing Barnyard2...")); -- cgit v1.2.3