sw360 / sw360chores

WARNING - Work in Progress - It is not Bug Free! Use with Caution. This repository contains Dockerfiles and accompanying scripts that allow deployment of sw360 via docker
Eclipse Public License 1.0
13 stars 18 forks source link

missing space in docker-entrypoint.sh #61

Open d3vopz-net opened 5 years ago

d3vopz-net commented 5 years ago

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