Skip to content

Commit

Permalink
Update macOS application check verify command
Browse files Browse the repository at this point in the history
  • Loading branch information
samin-cf committed Sep 20, 2024
1 parent c24177c commit 95afc5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Learn how the WARP client determines if an application is running on various sys
To get the list of active processes, run the following command:

```sh
ps -eo comm | xargs which | sort | uniq
ps -eo comm | xargs which | sort | uniq | xargs realpath
```

The application path must appear in the output for the check to pass.
Expand Down

0 comments on commit 95afc5b

Please sign in to comment.