From 46c7749822aae4f0ebf71871c2c3cdf0abdc6076 Mon Sep 17 00:00:00 2001 From: gOOvER Date: Fri, 15 Dec 2023 16:32:00 +0100 Subject: [PATCH] Update entrypoint.sh --- steamcmd/entrypoint.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/steamcmd/entrypoint.sh b/steamcmd/entrypoint.sh index 7b1e909..78695aa 100644 --- a/steamcmd/entrypoint.sh +++ b/steamcmd/entrypoint.sh @@ -56,6 +56,11 @@ fi # Switch to the container's working directory cd /home/container || exit 1 +# writing dotnet infos to file + +dotnetinfo=$(dotnet --info) +echo $dotnetinfo >| dotnet_info.txt + echo -e "${BLUE}-------------------------------------------------${NC}" echo -e "${GREEN}Starting Server.... Please wait...${NC}" echo -e "${BLUE}-------------------------------------------------${NC}"