From 5b4e556a3d70ed46ecbc31baecd6e8a5858d5dc4 Mon Sep 17 00:00:00 2001 From: bmeeks8 Date: Mon, 15 Sep 2014 21:06:38 -0400 Subject: Remove unneccessary calls to configure_cron(). --- config/snort/snort_post_install.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'config/snort') diff --git a/config/snort/snort_post_install.php b/config/snort/snort_post_install.php index 2350050f..715adae2 100644 --- a/config/snort/snort_post_install.php +++ b/config/snort/snort_post_install.php @@ -230,9 +230,6 @@ if ($config['installedpackages']['snortglobal']['forcekeepsettings'] == 'on') { snort_rm_blocked_install_cron($config['installedpackages']['snortglobal']['rm_blocked'] != "never_b" ? true : false); snort_rules_up_install_cron($config['installedpackages']['snortglobal']['autorulesupdate7'] != "never_up" ? true : false); - /* Add the recurring jobs created above to crontab */ - configure_cron(); - /* Restore the last Snort Dashboard Widget setting if none is set */ if (!empty($config['installedpackages']['snortglobal']['dashboard_widget']) && stristr($config['widgets']['sequence'], "snort_alerts-container") === FALSE) -- cgit v1.2.3