From 59840846104306febecf185f03a56c821ebb8642 Mon Sep 17 00:00:00 2001 From: lsilva01 <84432093+lsilva01@users.noreply.github.com> Date: Fri, 9 Jul 2021 12:09:14 -0300 Subject: Specifies how to set the value of TORGROUP This change just makes it more explicit how to assign the value to the TORGROUP variable. --- doc/tor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/tor.md') diff --git a/doc/tor.md b/doc/tor.md index 7d134b64e0..54bf21d95c 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -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 -- cgit v1.2.3