Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Aug 22, 2023
1 parent 9f82475 commit a9a3ca1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -19,8 +19,8 @@ class TorControlPanel(QDialog):
def __init__(self):
super(TorControlPanel, self).__init__()

## Make sure torrc existss.
command = '/usr/libexec/helper-scripts/repair-torrc'
## Make sure torrc exists.
command = '/usr/libexec/anon-gw-anonymizer-config/tor-config-sane'
call(command, shell=True)

self.setMinimumSize(650, 465)
Expand Down
Expand Up @@ -109,7 +109,7 @@ def gen_torrc(args):

def parse_torrc():
## Make sure Torrc exists.
command = '/usr/libexec/helper-scripts/repair-torrc'
command = '/usr/libexec/anon-gw-anonymizer-config/tor-config-sane'
call(command, shell=True)

if os.path.exists(torrc_file_path):
Expand Down

0 comments on commit a9a3ca1

Please sign in to comment.