diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-12-20 17:40:36 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-12-20 17:40:36 -0400 |
commit | 5387e0e1aeee46b94ad6e0a1d59b1422a8048665 (patch) | |
tree | 6b32d4f70d9ca5dfd511e08e89caf7a7dbee525f /doc/tips | |
parent | e493cbaace4651d5e7da26834ab108cfae3df1dc (diff) |
enable-tor: No longer needs to be run as root.
When run by not root, su's to root automatically.
This commit was sponsored by Brock Spratlen on Patreon.
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/peer_to_peer_network_with_tor.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/peer_to_peer_network_with_tor.mdwn b/doc/tips/peer_to_peer_network_with_tor.mdwn index a57d8a544..ce00b0424 100644 --- a/doc/tips/peer_to_peer_network_with_tor.mdwn +++ b/doc/tips/peer_to_peer_network_with_tor.mdwn @@ -23,7 +23,7 @@ to accomplish this. In each git-annex repository, run these commands: - sudo git annex enable-tor $(id -u) + git annex enable-tor git annex remotedaemon Now git-annex is running as a Tor hidden service, but |