Small error in tor.init
Posted: Wed Feb 02, 2022 12:17 pm
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
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