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
5666fb4d00
commit
4b4dcdeaba
@ -273,7 +273,7 @@ function parse_config($parse = false) {
|
||||
config_unlock();
|
||||
|
||||
/* process packager manager custom rules */
|
||||
if(is_dir("/usr/local/pkg/config_parse/")) {
|
||||
if(is_dir("/usr/local/pkg/parse_config/")) {
|
||||
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