From b868053ee966d01a4f589befcfebe900c643814e Mon Sep 17 00:00:00 2001 From: Lautaro Petaccio Date: Thu, 16 May 2024 14:58:13 -0300 Subject: [PATCH] fix: Redeploy --- entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index a9603bc5..48339482 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,4 @@ #!/bin/sh - if [[ -z "${CONNECTION_STRING}" ]]; then if [ -z "${PG_COMPONENT_PSQL_USER}" ] || [ -z "${PG_COMPONENT_PSQL_PASSWORD}" ] || [ -z "${PG_COMPONENT_PSQL_HOST}" ] || [ -z "${PG_COMPONENT_PSQL_PORT}" ] || [ -z "${PG_COMPONENT_PSQL_DATABASE}" ]; then # Either the connection string or the individual DB encironenment variables must be set.