Actually correct command running...

This commit is contained in:
Dane Everitt
2021-05-29 10:52:55 -07:00
parent 0248368c01
commit 5919abae88
8 changed files with 25 additions and 20 deletions

View File

@@ -41,4 +41,5 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat
# Display the command we're running in the output, and then execute it with the env
# from the container itself.
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"
exec env "$PARSED"
# shellcheck disable=SC2086
exec env ${PARSED}