Skip to content

Commit

Permalink
script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Sep 18, 2024
1 parent 4f527ad commit 9029733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/bin/maxmind-mmdb-download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if [[ -d "${WORKDIR}" ]]; then

if compgen -G "*.mmdb" >/dev/null 2>&1; then
mkdir -p "${OUTPUT_DIR}"
mv *.mmdb "${OUTPUT_DIR}"/ && ( find "${OUTPUT_DIR}" -type f | sort )
mv *.mmdb "${OUTPUT_DIR}"/ && ( find "${OUTPUT_DIR}" -type f -iname "*.mmdb" | sort )
fi

else
Expand Down

0 comments on commit 9029733

Please sign in to comment.