aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort
diff options
context:
space:
mode:
Diffstat (limited to 'config/snort')
-rw-r--r--config/snort/snort.inc8
1 files changed, 3 insertions, 5 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc
index 1b4c5c69..0cda2ed4 100644
--- a/config/snort/snort.inc
+++ b/config/snort/snort.inc
@@ -632,13 +632,11 @@ function extract_snort_rules_md5($tmpfname) {
update_all_status($static_output);
}
mkdir("/usr/local/etc/snort/rules/");
- $cmd = "/usr/bin/tar xzf {$tmpfname}/{$snort_filename} -C /usr/local/etc/snort/";
+ $cmd = "/usr/bin/tar xzf {$tmpfname}/{$snort_filename} -C /usr/local/etc/snort/ rules/";
$handle = popen("{$cmd} 2>&1", 'r');
while(!feof($handle)) {
- $buffer = fgets($handle);
- update_output_window($buffer);
- ob_flush();
- flush();
+ $buffer = fgets($handle);
+ update_output_window($buffer);
}
pclose($handle);