This commit is contained in:
@@ -327,7 +327,7 @@ void mgmt_app_config::set_auto_start(bool auto_start) {
|
||||
function_name, utils::get_last_error_code(),
|
||||
"failed to create auto-start entry|name|repertory");
|
||||
}
|
||||
} else if (utils::remove_launchd_plist(plist_path, label, false)) {
|
||||
} else if (utils::remove_launchd_plist(plist_path, label, true)) {
|
||||
utils::error::handle_info(function_name,
|
||||
"removed auto-start entry|name|repertory");
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user