From e48f73c1266f1360f8170474b1df54132ef9493a Mon Sep 17 00:00:00 2001 From: Ermal Date: Sat, 26 Jan 2013 16:06:07 +0100 Subject: Up the sleep time a bit --- config/snort/snort_check_for_rule_updates.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...")); -- cgit v1.2.3