diff --git a/cf/conf/config.xml b/cf/conf/config.xml index 0cd1cb683f..4df2ab2078 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -646,7 +646,7 @@ 1 - 2 + 3 1 * * diff --git a/conf.default/config.xml b/conf.default/config.xml index c7b7778271..2d542a6b0f 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -637,7 +637,7 @@ 1 - 2 + 3 1 * * diff --git a/etc/inc/config.inc b/etc/inc/config.inc index 74a650be49..ce8265cbea 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -492,9 +492,9 @@ function convert_config() { for($x=0; $x<$cron_item_count; $x++) { if(stristr($config['cron']['item'][$x]['command'], "rc.update_bogons.sh")) { if($config['cron']['item'][$x]['hour'] == "*" ) { - $config['cron']['item'][$x]['hour'] = "2"; - write_config("Updated bogon update frequency to 2am"); - log_error("Updated bogon update frequency to 2am"); + $config['cron']['item'][$x]['hour'] = "3"; + write_config("Updated bogon update frequency to 3am"); + log_error("Updated bogon update frequency to 3am"); } } }