mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Pass name instead of config_file for start_service
This commit is contained in:
parent
7bc41b1954
commit
ddd59e52bb
@ -484,7 +484,7 @@ function install_package($package, $pkg_info = "") {
|
||||
update_output_window($static_output);
|
||||
if($pkg_info['after_install_info'])
|
||||
update_output_window($pkg_info['after_install_info']);
|
||||
start_service($pkg_info['config_file']);
|
||||
start_service($pkg_info['name']);
|
||||
$restart_sync = true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user