Fix torrc filename

This commit is contained in:
Micah Lee 2020-11-17 18:08:59 -08:00
parent 894fb7c070
commit d13d89ae92
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -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",