We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from @scudette
I think we forgot to add an entry point for data_server.py which is a bug, thanks for reporting. Basically we just need to add another one like: https://github.com/google/grr/blob/master/grr/lib/distro_entry.py#L116
pointing at the tool https://github.com/google/grr/blob/master/grr/server/data_server/data_server.py#L843
and specify it in the setup.py: https://github.com/google/grr/blob/master/grr/config/grr-response-server/setup.py#L18
The text was updated successfully, but these errors were encountered:
scudette
No branches or pull requests
from @scudette
I think we forgot to add an entry point for data_server.py which is a
bug, thanks for reporting. Basically we just need to add another one
like:
https://github.com/google/grr/blob/master/grr/lib/distro_entry.py#L116
pointing at the tool
https://github.com/google/grr/blob/master/grr/server/data_server/data_server.py#L843
and specify it in the setup.py:
https://github.com/google/grr/blob/master/grr/config/grr-response-server/setup.py#L18
The text was updated successfully, but these errors were encountered: