fix: swapped to just run the binary on the server
moved away from `sh -c`
This commit is contained in:
@@ -103,7 +103,6 @@ async fn run_command(
|
||||
}
|
||||
Event::Remote(Response::CommandDone(cid, _)) if cid == id => break,
|
||||
Event::Stdin(stdin) => {
|
||||
println!("here");
|
||||
let _ = connection
|
||||
.send_command(Command::SendStdin(stdin, id))
|
||||
.await?;
|
||||
|
||||
Reference in New Issue
Block a user