-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
[Placeholder] Sorry! Something went wrong. #9
Comments
I don't have enough resource to test the full deployment yet due to some high load task now but There's nothing useful as I can see now, but I expect that it can be related to environmental specific problem such as shell you're using or pre-existing image in same name. I'll test further when I can allocate some computational resource here. Last login: Thu Jun 1 08:25:56 on ttys004
~
% export TEST_AA=1
~
% echo 'echo $TEST_AA' | bash
1 |
Possible troubleshootingsFor someone visited this page due to the error above, please try one of followings manually: Adding
|
It seems env can be separately set but bash needs to be run with |
Thanks @SmartBoy84 for pointing out, I updated the comment. |
I know way too little with how bash works but exporting the
SB_IMAGE
env var separately before running the command doesn't seem to work as the script fails withSorry! Something went wrong.
However,
SB_IMAGE=ghcr.io/seia-soto/shadowbox:latest sudo --preserve-env bash -c ./install_server.sh
worked for me.Thank you for this (issue was kind of an excuse to say this lmao)
The text was updated successfully, but these errors were encountered: