-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add shebangs to each shell script #55
Comments
Since the shell scripts are being copied over to the remote filesystem during the build, some enviroment variables don't show up, and cause a lot of build failures. If we want to have shebangs in each shell script, then we'll need to determine an appropriate one for each, and make sure the correct environment variables come along with it. |
I got curious and played around with this a little bit. It might be that we want When I ran shellcheck on bootstrap.sh with
|
If you want to take it on, I'm more than happy to reopen the issue. |
Looks like it should be |
Taken care of with 48d8866. |
👍 |
No description provided.
The text was updated successfully, but these errors were encountered: