From e5ab915306ddc1146a3936b253dece5530f70d19 Mon Sep 17 00:00:00 2001 From: Christoph Gutmann Date: Thu, 23 May 2024 21:56:21 +0200 Subject: [PATCH] debug --- publisher/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publisher/functions.sh b/publisher/functions.sh index c544762..22e8a48 100755 --- a/publisher/functions.sh +++ b/publisher/functions.sh @@ -1,6 +1,6 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) set -if [ -z "${PUBLISHER_ENVIRONMENT}" ] +if [ $PUBLISHER_ENVIRONMENT != "" ] then configfile="${SCRIPT_DIR}/config-${PUBLISHER_ENVIRONMENT}.sh" else