From e37673b5ef98e6032a5aca2726f41bfbce5833df Mon Sep 17 00:00:00 2001 From: 57_Wolve <57_wolve@private.email> Date: Wed, 24 Jul 2024 09:13:52 +0000 Subject: [PATCH] Update operating-systems/debian/entrypoint.sh --- operating-systems/debian/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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