diff options
-rw-r--r-- | doc/tor.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.md b/doc/tor.md index be35914e02..8dc82ca91e 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -133,7 +133,7 @@ You can also check the group of the cookie file. On most Linux systems, the Tor auth cookie will usually be `/run/tor/control.authcookie`: ``` -stat -c '%G' /run/tor/control.authcookie +TORGROUP=$(stat -c '%G' /run/tor/control.authcookie) ``` Once you have determined the `${TORGROUP}` and selected the `${USER}` that will |