Merge pull request #41 from Emilgardis/java-startup

change startup parsing to eval
This commit is contained in:
Michael (Parker) Parker
2022-02-01 16:55:41 -05:00
committed by GitHub

View File

@@ -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}