diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/snort/snort.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc index 977ae761..884f0883 100755 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -151,9 +151,10 @@ function sync_package_snort() } /* if block offenders is checked, start snort2c */ - if($_POST['blockoffenders']) + if($_POST['blockoffenders']) { $start .= "\nsleep 8\n"; $start .= "snort2c -w /var/db/whitelist -a /var/log/snort/alert\n"; + } $sample_before = "\nBEFORE_MEM=`top | grep Free | grep Wired | awk '{print \$10}'`\n"; $sample_after = "\nAFTER_MEM=`top | grep Free | grep Wired | awk '{print \$10}'`\n"; |