From a93590f3a1b01ce56fe0e9efca93470e02bdbb59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Gardstr=C3=B6m?= Date: Tue, 1 Feb 2022 22:48:21 +0100 Subject: [PATCH] change startup parsing to eval done for similar reason as 2e366792c15eba443cea2b7ea38abf396d9f9c31 --- java/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/entrypoint.sh b/java/entrypoint.sh index 012d126..b6d29da 100644 --- a/java/entrypoint.sh +++ b/java/entrypoint.sh @@ -46,4 +46,4 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat # from the container itself. printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED" # shellcheck disable=SC2086 -exec env ${PARSED} +eval ${PARSED}