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

uid_daemon should identify itself as a bash script #1477

Open
szelenka opened this issue Sep 7, 2022 · 0 comments
Open

uid_daemon should identify itself as a bash script #1477

szelenka opened this issue Sep 7, 2022 · 0 comments

Comments

@szelenka
Copy link

szelenka commented Sep 7, 2022

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:

  1. In pgpool attempt to execute uid_daemon.sh
  2. /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.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant