Skip to content

Commit

Permalink
fix line separators in download.sh for wsl2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoSteinke committed Aug 9, 2023
1 parent 82ce861 commit 9eb31e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,4 @@ do
wget ${PRESIGNED_URL/'*'/"${MODEL_PATH}/checklist.chk"} -O ${TARGET_FOLDER}"/${MODEL_PATH}/checklist.chk"
echo "Checking checksums"
(cd ${TARGET_FOLDER}"/${MODEL_PATH}" && md5sum -c checklist.chk)
done

done

0 comments on commit 9eb31e5

Please sign in to comment.