mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct the name its parse_config
This commit is contained in:
parent
7b3154d5af
commit
5666fb4d00
@ -274,8 +274,8 @@ function parse_config($parse = false) {
|
||||
|
||||
/* process packager manager custom rules */
|
||||
if(is_dir("/usr/local/pkg/config_parse/")) {
|
||||
update_filter_reload_status("Running plugins (config_parse)");
|
||||
run_plugins("/usr/local/pkg/config_parse/");
|
||||
update_filter_reload_status("Running plugins (parse_config)");
|
||||
run_plugins("/usr/local/pkg/parse_config/");
|
||||
update_filter_reload_status("Plugins completed.");
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user