From 61b0eb31d14046678d6d90681bef3002889e9e09 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 16 Nov 2019 17:33:25 -0700 Subject: [PATCH] export case consistent env vars --- build/entrypoint.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/entrypoint.sh b/build/entrypoint.sh index 683cb20..f8a185f 100755 --- a/build/entrypoint.sh +++ b/build/entrypoint.sh @@ -10,9 +10,9 @@ convertCase () { } # convert environment variables to UPPERCASE for proper string comparison -ACCESS_LOG=$(convertCase "$ACCESS_LOG") -HSTS=$(convertCase "$HSTS") -TLS13_ONLY=$(convertCase "$TLS13_ONLY") +export ACCESS_LOG=$(convertCase "$ACCESS_LOG") +export HSTS=$(convertCase "$HSTS") +export TLS13_ONLY=$(convertCase "$TLS13_ONLY") ### update configuration files with environment variables # update server name list