mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 22:45:03 -04:00
Fix torrc filename
This commit is contained in:
parent
894fb7c070
commit
d13d89ae92
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue