Skip to content

Commit

Permalink
fix update version jattach not found
Browse files Browse the repository at this point in the history
  • Loading branch information
yoloyyh committed May 24, 2024
1 parent db75048 commit caa63bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rasp/librasp/src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,9 @@ impl RASPManager {
diff_ns = value;
if diff_ns {
let to = format!("{}{}",root_dir.clone(), settings::RASP_JAVA_AGENT_BIN());
self.copy_file_from_to_dest(settings::RASP_JAVA_JATTACH_BIN(), root_dir.clone());
self.copy_file_from_to_dest(settings::RASP_JAVA_AGENT_BIN(), root_dir.clone());
info!("copy from SmithAgent.jar to {}", to.clone());
info!("copy from jattach/SmithAgent.jar to {}", to.clone());
}
}
Err(e) => {
Expand Down

0 comments on commit caa63bf

Please sign in to comment.