Skip to content

Commit 6ef84e0

Browse files
committed
Merge bitcoin/bitcoin#22420: doc: Specifiy how to set the value of TORGROUP
5984084 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 5984084 Zero-1729: Concept ACK 5984084 Tree-SHA512: af5cc0f87fa309201b5937a2741dea9374eafc09e84664ca138669c1827ce44fe6d25e3853d53ed2c838321aa4b28c6fd9d8dbe23f7194fdd6559d49453416e4
2 parents 82a8521 + 5984084 commit 6ef84e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ You can also check the group of the cookie file. On most Linux systems, the Tor
133133
auth cookie will usually be `/run/tor/control.authcookie`:
134134

135135
```
136-
stat -c '%G' /run/tor/control.authcookie
136+
TORGROUP=$(stat -c '%G' /run/tor/control.authcookie)
137137
```
138138

139139
Once you have determined the `${TORGROUP}` and selected the `${USER}` that will

0 commit comments

Comments
 (0)