Skip to content
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

Allow script mode to accept scripts that do not start with a shebang. #1691

Merged
merged 1 commit into from
Dec 5, 2019

Commits on Dec 5, 2019

  1. Allow script mode to accept scripts that do not start with a shebang.

    This prefixes scripts that do not start with a shebang with a default value of "/bin/sh".
    This matches the default entrypoint/shell for docker containers, and should help
    prevent an easy-to-make mistake.
    dlorenc committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    123bcec View commit details
    Browse the repository at this point in the history