mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-13 21:21:34 -05:00
Fix torrc filename
This commit is contained in:
parent
46647feffd
commit
8a809b8554
@ -243,7 +243,7 @@ class Onion(object):
|
||||
if (
|
||||
cmdline[0] == self.tor_path
|
||||
and cmdline[1] == "-f"
|
||||
and cmdline[2] == self.torrc
|
||||
and cmdline[2] == self.tor_torrc
|
||||
):
|
||||
self.common.log(
|
||||
"Onion",
|
||||
|
Loading…
x
Reference in New Issue
Block a user