mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-12-14 22:30:33 +08:00
fix: Add size info
This commit is contained in:
@@ -213,7 +213,8 @@ PAT="/$BASE.pat"
|
||||
rm -f "$PAT"
|
||||
|
||||
SIZE=0
|
||||
[[ "$URL" == *"_69057.pat" ]] && SIZE=363837333
|
||||
[[ "${URL,,}" == *"_69057.pat" ]] && SIZE=363837333
|
||||
[[ "${URL,,}" == *"_42218.pat" ]] && SIZE=379637760
|
||||
|
||||
if [[ "$URL" == "file://"* ]]; then
|
||||
|
||||
|
||||
Reference in New Issue
Block a user