mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-24 22:40:36 -04:00
fix typo
This commit is contained in:
parent
1837084119
commit
b469e44033
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ def get_tor_paths():
|
|||
tor_path = os.path.join(base_path, 'Resources', 'Tor', 'tor')
|
||||
tor_geo_ip_file_path = os.path.join(base_path, 'Resources', 'Tor', 'geoip')
|
||||
tor_geo_ipv6_file_path = os.path.join(base_path, 'Resources', 'Tor', 'geoip6')
|
||||
elif p == 'OpenBSD'
|
||||
elif p == 'OpenBSD':
|
||||
tor_path = '/usr/local/bin/tor'
|
||||
tor_geo_ip_file_path = '/usr/local/share/tor/geoip'
|
||||
tor_geo_ipv6_file_path = '/usr/local/share/tor/geoip6'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue