Skip to content

Commit 4787b5f

Browse files
authored
Update application-check.mdx (#25620)
1 parent 0a1f9ed commit 4787b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/cloudflare-one/identity/devices/warp-client-checks/application-check.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Learn how the WARP client determines if an application is running on various sys
119119
To get the list of active processes, run the following command:
120120

121121
```sh
122-
ps -eo comm | xargs which | sort | uniq | xargs realpath
122+
ps -eo comm | xargs -I {} which "{}" | sort | uniq | xargs -I {} realpath "{}"
123123
```
124124

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

0 commit comments

Comments
 (0)