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 (
|
if (
|
||||||
cmdline[0] == self.tor_path
|
cmdline[0] == self.tor_path
|
||||||
and cmdline[1] == "-f"
|
and cmdline[1] == "-f"
|
||||||
and cmdline[2] == self.torrc
|
and cmdline[2] == self.tor_torrc
|
||||||
):
|
):
|
||||||
self.common.log(
|
self.common.log(
|
||||||
"Onion",
|
"Onion",
|
||||||
|
Loading…
Reference in New Issue
Block a user