Pass name instead of config_file for start_service

This commit is contained in:
Renato Botelho 2010-07-16 15:22:34 -03:00
parent 7bc41b1954
commit ddd59e52bb

View File

@ -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;
}