mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-19 12:04:09 -04:00
Fix torrc filename
This commit is contained in:
parent
46647feffd
commit
8a809b8554
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue