Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Jun 23, 2024
1 parent 3ac6508 commit 550874a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions games/riskofrain2/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,15 @@ if [ -f BEPINEX_FLAG ] || [ "${BEPINEX}" = 1 ] ; then
echo -e "${GREEN}Done installing BepInEx!${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
else
echo "Removing BepInEx..."
rm -fR BepInEx
rm -f doorstop_config.ini
rm -f winhttp.dll
echo "Done removing BepInEx"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}Removing BepInEx...${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
rm -fR BepInEx
rm -f doorstop_config.ini
rm -f winhttp.dll
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${RED}Done removing BepInEx${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
fi

#cleanup
Expand Down

0 comments on commit 550874a

Please sign in to comment.