From edcd8d7da34ccc2fb775ecc6b9be2913475285db Mon Sep 17 00:00:00 2001 From: JanjyTapYT Date: Fri, 25 Aug 2023 19:17:06 +0200 Subject: [PATCH] Update entrypoint.sh --- nodejs/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodejs/entrypoint.sh b/nodejs/entrypoint.sh index 8fd096f..de5fab6 100644 --- a/nodejs/entrypoint.sh +++ b/nodejs/entrypoint.sh @@ -34,7 +34,7 @@ export INTERNAL_IP cd /home/container || exit 1 # Print Node.js version -printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0mnode -v\n" +printf "\033[1m\033[33mcontainer@tresthost~ \033[0mnode -v\n" node -v # Convert all of the "{{VARIABLE}}" parts of the command into the expected shell @@ -44,6 +44,6 @@ 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" +printf "\033[1m\033[33mcontainer@tresthost~ \033[0m%s\n" "$PARSED" # shellcheck disable=SC2086 exec env ${PARSED} \ No newline at end of file