peerchemist / Peerbox

DEPRECATED
GNU General Public License v3.0
19 stars 22 forks source link

peerbox -autostart needs additional argument #38

Closed gotqn closed 7 years ago

gotqn commented 7 years ago

In the tutorial is said:

To make peerbox start automatically (in case of frequent reboots for example) do:

peerbox -autostart

but this gives the following error:

Traceback (most recent call last): File "/usr/bin/peerbox", line 376, in if args.autostart[0].lower() == "tor":

running peerbox -autostart autostart works. However, it will be more user-friendly only to work without the duplicating the argument.