From 610f3ff6965e17cd79cfd51ba6c93c8c9cfd1890 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Tue, 8 Jan 2013 23:06:43 -0600 Subject: use Sunday rather than Monday for weekly bogon update --- usr/local/www/system_advanced_firewall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/system_advanced_firewall.php b/usr/local/www/system_advanced_firewall.php index e65581e..1b1f7ce 100644 --- a/usr/local/www/system_advanced_firewall.php +++ b/usr/local/www/system_advanced_firewall.php @@ -178,7 +178,7 @@ if ($_POST) { install_cron_job("/usr/bin/nice -n20 /etc/rc.update_bogons.sh", true, "1", "3", "*", "*", "*"); break; case 'weekly': - install_cron_job("/usr/bin/nice -n20 /etc/rc.update_bogons.sh", true, "1", "3", "*", "*", "1"); + install_cron_job("/usr/bin/nice -n20 /etc/rc.update_bogons.sh", true, "1", "3", "*", "*", "0"); break; case 'monthly': // fall through -- cgit v1.1