Skip to content

Commit

Permalink
fix: ps command output not parsed
Browse files Browse the repository at this point in the history
  • Loading branch information
jm33-m0 committed Dec 28, 2024
1 parent b0599f6 commit 7ace03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/cc/agentHandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func processAgentData(data *emp3r0r_data.MsgTunData) {
}()

// ps command
case "#ps":
case "ps":
var procs []util.ProcEntry
err = json.Unmarshal([]byte(out), &procs)
if err != nil {
Expand Down

0 comments on commit 7ace03c

Please sign in to comment.