fix: Add size info

This commit is contained in:
Kroese 2024-05-12 19:33:20 +02:00 committed by GitHub
parent 076ac14e79
commit 608938ada8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -213,7 +213,8 @@ PAT="/$BASE.pat"
rm -f "$PAT" rm -f "$PAT"
SIZE=0 SIZE=0
[[ "$URL" == *"_69057.pat" ]] && SIZE=363837333 [[ "${URL,,}" == *"_69057.pat" ]] && SIZE=363837333
[[ "${URL,,}" == *"_42218.pat" ]] && SIZE=379637760
if [[ "$URL" == "file://"* ]]; then if [[ "$URL" == "file://"* ]]; then