Merge pull request #650 from MarcoSteinke/main

fix line separators in download.sh for wsl2
This commit is contained in:
Akshay Patel
2023-08-31 15:34:22 -04:00
committed by GitHub

View File

@@ -56,5 +56,4 @@ do
wget --continue ${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