Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Jan 25, 2024
1 parent bf304c2 commit 3d6c2e8
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions steam/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,6 @@ else
exit 0
fi

#TODO
# dependency check
#if [ -f "/usr/local/bin/rcon" ]; then
# echo -e "${BLUE}----------------------------------------------------------------------------------${NC}"
# echo -e "${GREEN}RCON-CLI is installed ${NC}"
# echo -e "${BLUE}----------------------------------------------------------------------------------${NC}"
#else
# echo -e "${BLUE}----------------------------------------------------------------------------------${NC}"
# echo -e "${RED}RCON-CLI is NOT installed${NC}"
# echo -e "${BLUE}----------------------------------------------------------------------------------${NC}"
#fi

if [ -f "/" ]; then

sleep 2

# Switch to the container's working directory
Expand Down Expand Up @@ -103,15 +89,6 @@ else
echo -e "${BLUE}----------------------------------------------------------------------------------${NC}"
fi

# TODO
# List and install other packages
#for trick in $PROTONTRICKS_RUN; do
# echo -e "${BLUE}----------------------------------------------------------------------------------${NC}"
# echo -e "${YELLOW}Installing: ${NC} ${GREEN} $trick ${NC}"
# echo -e "${BLUE}----------------------------------------------------------------------------------${NC}"
# protontricks ${SRCDS_APPID} $trick
#done

echo -e "${BLUE}----------------------------------------------------------------------------------${NC}"
echo -e "${GREEN}Starting Server.... Please wait...${NC}"
echo -e "${BLUE}----------------------------------------------------------------------------------${NC}"
Expand Down

0 comments on commit 3d6c2e8

Please sign in to comment.