mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-26 15:59:48 -05:00
removed debug comment
This commit is contained in:
parent
805522be36
commit
0a6d01f11e
@ -352,7 +352,6 @@ def main():
|
||||
|
||||
if get_platform() == 'Tails':
|
||||
# if this is tails, start the root process
|
||||
#root_p = subprocess.Popen(['/usr/bin/gksudo', '-D', 'OnionShare', '--', '/usr/bin/onionshare', str(port)], stderr=subprocess.PIPE, stdout=subprocess.PIPE)
|
||||
root_p = subprocess.Popen(['/usr/bin/sudo', '--', '/usr/bin/onionshare', str(port)], stderr=subprocess.PIPE, stdout=subprocess.PIPE)
|
||||
stdout = root_p.stdout.read(22) # .onion URLs are 22 chars long
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user