mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Fix torrc filename
This commit is contained in:
parent
894fb7c070
commit
d13d89ae92
@ -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…
Reference in New Issue
Block a user