We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1f9ed commit 4787b5fCopy full SHA for 4787b5f
src/content/docs/cloudflare-one/identity/devices/warp-client-checks/application-check.mdx
@@ -119,7 +119,7 @@ Learn how the WARP client determines if an application is running on various sys
119
To get the list of active processes, run the following command:
120
121
```sh
122
-ps -eo comm | xargs which | sort | uniq | xargs realpath
+ps -eo comm | xargs -I {} which "{}" | sort | uniq | xargs -I {} realpath "{}"
123
```
124
125
The application path must appear in the output for the check to pass.
0 commit comments