diff --git a/operating-systems/debian/entrypoint.sh b/operating-systems/debian/entrypoint.sh index 1651086..7787a8b 100644 --- a/operating-systems/debian/entrypoint.sh +++ b/operating-systems/debian/entrypoint.sh @@ -63,6 +63,6 @@ fi # 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@container~ \033[0m%s\n" "$PARSED" # shellcheck disable=SC2086 exec env ${PARSED} \ No newline at end of file