diff options
author | W. J. van der Laan <laanwj@protonmail.com> | 2021-09-16 20:15:35 +0200 |
---|---|---|
committer | W. J. van der Laan <laanwj@protonmail.com> | 2021-09-16 20:17:01 +0200 |
commit | 6ef84e0503994c53f77093e7ea5951a7b0edea7a (patch) | |
tree | 87a5ce7f013445005c1e9bd59ec87a4cb962b502 /doc | |
parent | 82a85216c3a3164887428724f9545cad4f285d79 (diff) | |
parent | 59840846104306febecf185f03a56c821ebb8642 (diff) |
Merge bitcoin/bitcoin#22420: doc: Specifiy how to set the value of TORGROUP
59840846104306febecf185f03a56c821ebb8642 Specifies how to set the value of TORGROUP (lsilva01)
Pull request description:
This change just makes it more explicit how to assign the value to the TORGROUP variable.
ACKs for top commit:
laanwj:
ACK 59840846104306febecf185f03a56c821ebb8642
Zero-1729:
Concept ACK 59840846104306febecf185f03a56c821ebb8642
Tree-SHA512: af5cc0f87fa309201b5937a2741dea9374eafc09e84664ca138669c1827ce44fe6d25e3853d53ed2c838321aa4b28c6fd9d8dbe23f7194fdd6559d49453416e4
Diffstat (limited to 'doc')
-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 |