Skip to content

Commit

Permalink
Merge pull request #1130 from r00t0v3rr1d3/master
Browse files Browse the repository at this point in the history
fix defunct processes on nix
  • Loading branch information
moloch-- authored Mar 5, 2023
2 parents b0a917c + 12e6f9a commit 1756fdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions implant/sliver/handlers/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ func executeHandler(data []byte, resp RPCResponse) {
}
} else {
err = cmd.Start()
cmd.Wait()
if err != nil {
execResp.Response = &commonpb.Response{
Err: fmt.Sprintf("%s", err),
Expand Down

0 comments on commit 1756fdf

Please sign in to comment.