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 bin/common/uid_daemon.sh declares itself as a shell script, but attempts to use a bash source instead of .
source
.
To Reproduce Steps to reproduce the behavior:
/opt/crunchy/bin/uid_daemon.sh: 21: source: not found
Expected behavior This should probably be a bash script, or change the method to source to the shell equivalent .
bash
Workaround is to explicitly specify you want a bash shell to execute uid_daemon.sh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
bin/common/uid_daemon.sh declares itself as a shell script, but attempts to use a bash
source
instead of.
To Reproduce
Steps to reproduce the behavior:
/opt/crunchy/bin/uid_daemon.sh: 21: source: not found
Expected behavior
This should probably be a
bash
script, or change the method to source to the shell equivalent.
Workaround is to explicitly specify you want a
bash
shell to execute uid_daemon.shThe text was updated successfully, but these errors were encountered: