mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-26 17:52:13 +01:00
Specifies how to set the value of TORGROUP
This change just makes it more explicit how to assign the value to the TORGROUP variable.
This commit is contained in:
parent
db94d74f24
commit
5984084610
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user