change 'exec' to 'exec env'

This commit is contained in:
Matthew Penner
2021-04-09 16:13:23 -06:00
parent 3d68552da5
commit 61d4932e0a
26 changed files with 22 additions and 108 deletions

View File

@@ -38,4 +38,4 @@ printf '\033[1m\033[33mcontainer@pterodactyl~ \033[0m'
echo "${MODIFIED_STARTUP}"
# Run the startup command
exec ${MODIFIED_STARTUP}
exec env ${MODIFIED_STARTUP}