mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-24 13:59:20 -04:00
removed debug comment
This commit is contained in:
parent
805522be36
commit
0a6d01f11e
1 changed files with 0 additions and 1 deletions
|
@ -352,7 +352,6 @@ def main():
|
||||||
|
|
||||||
if get_platform() == 'Tails':
|
if get_platform() == 'Tails':
|
||||||
# if this is tails, start the root process
|
# 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)
|
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
|
stdout = root_p.stdout.read(22) # .onion URLs are 22 chars long
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue