Joe Ibershoff
Results
2
issues of
Joe Ibershoff
The append to `$PKG_CONFIG_PATH` is broken -- the original code results in a literal value of `$PKG_CONFIG_PATH:/app/vendor/vips/lib/pkgconfig` due to the escaped `\$`, instead of allowing the original value to resolve...
The `gen-pgbouncer-conf.sh` script creates 3 config files -- but always uses the append operator (`>>`) to do so. This is fine most of the time, but for example if someone...