diff options
author | lsilva01 <84432093+lsilva01@users.noreply.github.com> | 2021-07-09 12:09:14 -0300 |
---|---|---|
committer | lsilva01 <lsilva01@protonmail.com> | 2021-08-08 00:00:32 -0300 |
commit | 59840846104306febecf185f03a56c821ebb8642 (patch) | |
tree | 372e9739ac179c3c36f2bfd2a4ade82259534053 /doc/tor.md | |
parent | db94d74f241410d6577b695d73184740797448e6 (diff) |
Specifies how to set the value of TORGROUP
This change just makes it more explicit how to assign the value to the TORGROUP variable.
Diffstat (limited to 'doc/tor.md')
-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 7d134b64e0..54bf21d95c 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -134,7 +134,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 |