We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c263e42 commit a93590fCopy full SHA for a93590f
java/entrypoint.sh
@@ -46,4 +46,4 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat
46
# from the container itself.
47
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"
48
# shellcheck disable=SC2086
49
-exec env ${PARSED}
+eval ${PARSED}
0 commit comments