diff --git a/build/entrypoint.sh b/build/entrypoint.sh index e05b2c7..24cee1c 100755 --- a/build/entrypoint.sh +++ b/build/entrypoint.sh @@ -5,8 +5,7 @@ # convertCase () { - lc=$( echo "$1" | tr "[:lower:]" "[:upper:]") - return "$lc" + printf "%s" "$1" | tr "[:lower:]" "[:upper:]" } # convert environment variables to UPPERCASE for proper string comparison