From c404ee1edbc8bf70e75d5bab8acdb02964ad65cd Mon Sep 17 00:00:00 2001 From: 57_Wolve <57_wolve@private.email> Date: Wed, 24 Jul 2024 10:22:42 +0000 Subject: [PATCH] Update operating-systems/debian-steamcmd/entrypoint.sh --- operating-systems/debian-steamcmd/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/operating-systems/debian-steamcmd/entrypoint.sh b/operating-systems/debian-steamcmd/entrypoint.sh index 7787a8b..1a41112 100644 --- a/operating-systems/debian-steamcmd/entrypoint.sh +++ b/operating-systems/debian-steamcmd/entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2024 William Gill +# Copyright (c) 2021 Matthew Penner # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -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@container~ \033[0m%s\n" "$PARSED" +printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED" # shellcheck disable=SC2086 exec env ${PARSED} \ No newline at end of file