Skip to content

Commit 5984084

Browse files
committed
Specifies how to set the value of TORGROUP
This change just makes it more explicit how to assign the value to the TORGROUP variable.
1 parent db94d74 commit 5984084

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
@@ -134,7 +134,7 @@ You can also check the group of the cookie file. On most Linux systems, the Tor
134134
auth cookie will usually be `/run/tor/control.authcookie`:
135135

136136
```
137-
stat -c '%G' /run/tor/control.authcookie
137+
TORGROUP=$(stat -c '%G' /run/tor/control.authcookie)
138138
```
139139

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

0 commit comments

Comments
 (0)