Skip to content

Commit a93590f

Browse files
committed
change startup parsing to eval
done for similar reason as 2e36679
1 parent c263e42 commit a93590f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat
4646
# from the container itself.
4747
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"
4848
# shellcheck disable=SC2086
49-
exec env ${PARSED}
49+
eval ${PARSED}

0 commit comments

Comments
 (0)