aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_check_for_rule_updates.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/snort/snort_check_for_rule_updates.php')
-rwxr-xr-xconfig/snort/snort_check_for_rule_updates.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_check_for_rule_updates.php b/config/snort/snort_check_for_rule_updates.php
index 5d1d675c..af5d378c 100755
--- a/config/snort/snort_check_for_rule_updates.php
+++ b/config/snort/snort_check_for_rule_updates.php
@@ -385,7 +385,7 @@ if ($snortdownload == 'on' || $emergingthreats == 'on') {
}
update_status(gettext('Restarting Snort to activate the new set of rules...'));
exec("/bin/sh /usr/local/etc/rc.d/snort.sh restart");
- sleep(10);
+ sleep(20);
if (!is_process_running("snort"))
exec("/bin/sh /usr/local/etc/rc.d/snort.sh start");
update_output_window(gettext("Snort has restarted with your new set of rules..."));