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
When running setup-app on Debian, the script will run setup-cert and quietly fail due to missing JAVA_HOME.
setup-app
setup-cert
Running setup-cert separately will report the error to the user, however the error seems to be swallowed when running the main script, setup-app.
https://github.com/guardian/dev-nginx/blob/master/script/setup-cert#L30
The text was updated successfully, but these errors were encountered:
This still fails silently on Ubuntu, and gets further- but also fails silently once the offending java block is removed from setup-cert
Sorry, something went wrong.
No branches or pull requests
When running
setup-app
on Debian, the script will runsetup-cert
and quietly fail due to missing JAVA_HOME.Running
setup-cert
separately will report the error to the user, however the error seems to be swallowed when running the main script,setup-app
.https://github.com/guardian/dev-nginx/blob/master/script/setup-cert#L30
The text was updated successfully, but these errors were encountered: