CrunchyData / crunchy-containers

Containers for Managing PostgreSQL on Kubernetes by Crunchy Data
https://www.crunchydata.com/
Apache License 2.0
1.01k stars 328 forks source link

uid_daemon should identify itself as a bash script #1477

Open szelenka opened 1 year ago

szelenka commented 1 year ago

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