Page 1 of 1

Small error in tor.init

Posted: Wed Feb 02, 2022 12:17 pm
by fiye68
Thanks for a great software.

Please fix $RON_USER to $RUN_USER at package/gargoyle-tor/files/tor.init line 92:

github com/ericpaulbishop/gargoyle/blob/fc2417df892d63907ccc082ef85107c8774c16b0/package/gargoyle-tor/files/tor.init#L92
[ -h "$tor_data_dir/keys" ] || ( rm -rf "$tor_data_dir/keys" && ln -s "$KEY_D" "$tor_data_dir/keys" && chown -R $RON_USER:$RUN_GROUP "$tor_data_dir/keys" )

[ -h "$tor_data_dir/keys" ] || ( rm -rf "$tor_data_dir/keys" && ln -s "$KEY_D" "$tor_data_dir/keys" && chown -R $RUN_USER:$RUN_GROUP "$tor_data_dir/keys" )

I hope this gets in before the pending official release :lol:

Re: Small error in tor.init

Posted: Thu Feb 03, 2022 7:52 am
by Lantis
Thanks! I've taken care of it.
Feel free to raise a PR to fix this issue next time :) Your contribution would be very much appreciated.

Re: Small error in tor.init

Posted: Thu Feb 24, 2022 2:16 am
by fiye68
Thanks!

I am not that familiar with git and PRs, it is good that you frequently check the forums :D

I just saw that there is a new release 1.13! Great!

The fix is not included but as it is just a text file, it can be easily corrected.

I guess recompilation just to include this would be too much trouble for little gain :)

Re: Small error in tor.init

Posted: Thu Feb 24, 2022 10:32 pm
by Lantis
It didn’t quite make it in time sorry. We discussed it, but just didn’t make the cut.

Re: Small error in tor.init

Posted: Fri Feb 25, 2022 1:24 am
by fiye68
No problem, it will be in the next release 8-)

Thanks again for all the time you put into the firmware.