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
Describe the bug env.sh script gets stuck when checking for openssl in line 66
To Reproduce Just run env.sh as described in https://docs.tracecat.com/self-hosting/deployment-options/docker-compose
E.g. Steps to reproduce the behavior:
Expected behavior Environment file is created
Environment (please complete the following information):
Additional context Quick fix Change line 66 to
if ! openssl --help &> /dev/null
The text was updated successfully, but these errors were encountered:
Thanks for opening this up! Looks like an easy fix and a nice catch 🙏.
Would you be interested in opening up a PR as a Tracecat contributor? Otherwise happy to put this in sometime today
Sorry, something went wrong.
No branches or pull requests
Describe the bug
env.sh script gets stuck when checking for openssl in line 66
To Reproduce
Just run env.sh as described in https://docs.tracecat.com/self-hosting/deployment-options/docker-compose
E.g. Steps to reproduce the behavior:
Expected behavior
Environment file is created
Environment (please complete the following information):
Additional context
Quick fix
Change line 66 to
The text was updated successfully, but these errors were encountered: