Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Mar 24, 2024
1 parent 9571248 commit 49e734a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/dayz/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function ModsLowercase {
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "\n\tMaking mod ${CYAN}$1${NC} files/folders lowercase..."
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
for SRC in `find ./@$1 -depth`
for SRC in `find ./$1 -depth`
do
DST=`dirname "${SRC}"`/`basename "${SRC}" | tr '[A-Z]' '[a-z]'`
if [ "${SRC}" != "${DST}" ]
Expand Down

0 comments on commit 49e734a

Please sign in to comment.