Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Dec 15, 2023
1 parent 890f487 commit 46c7749
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions steamcmd/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 46c7749

Please sign in to comment.