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}"