mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue