mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correctly note the filter configure item when removing the schedule feature from cron
This commit is contained in:
parent
2c57ec50fd
commit
d48ccbcd65
@ -63,8 +63,9 @@ function tdr_install_cron($should_install) {
|
||||
foreach($config['cron']['item'] as $item) {
|
||||
if(strstr($item['command'], "filter_configure_sync")) {
|
||||
$is_installed = true;
|
||||
$x++;
|
||||
break;
|
||||
}
|
||||
$x++;
|
||||
}
|
||||
switch($should_install) {
|
||||
case true:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user