Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

missing space in docker-entrypoint.sh #61

Open
d3vopz-net opened this issue Jun 1, 2019 · 0 comments
Open

missing space in docker-entrypoint.sh #61

d3vopz-net opened this issue Jun 1, 2019 · 0 comments

Comments

@d3vopz-net
Copy link

d3vopz-net commented Jun 1, 2019

docker-images/sw360empty/docker-entrypoint.sh

if [ ! "$POSTGRES_HOST" ] || [ ! "$POSTGRES_USER" ] || ( [ ! -f "$POSTGRES_PASSWORD_FILE" ] && [ ! "$POSTGRES_PASSWORD"] ); then
    echo "postgres configuration incomplete"
    exit 1
fi

should be [ ! "$POSTGRES_PASSWORD" ] otherwise issues with script

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

No branches or pull requests

1 participant