Update entrypoint

This commit is contained in:
Lukas M 2018-12-31 18:36:02 +01:00 committed by GitHub
parent 918af0873f
commit ff0dbdcc5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
if [ -z "${POSTGRES_USER}" ] || [ -z "${POSTGRES_PASSWORD}" ] || [ -z "${POSTGRES_HOST}" ] || [ -z "${POSTGRES_DB}" ];then
echo " # Vars not set"
echo "Database vars not set"
exit 1
fi