This repository has been archived by the owner on Jun 22, 2022. It is now read-only.
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
Description
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
Metadata
Assignees
Labels
No labels