change startup parsing to eval

done for similar reason as 2e366792c1
This commit is contained in:
Emil Gardström
2022-02-01 22:48:21 +01:00
parent c263e42dac
commit a93590f3a1

View File

@@ -46,4 +46,4 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat
# from the container itself. # from the container itself.
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED" printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"
# shellcheck disable=SC2086 # shellcheck disable=SC2086
exec env ${PARSED} eval ${PARSED}