mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-09 01:47:32 +08:00
fix: Add size info
This commit is contained in:
parent
076ac14e79
commit
608938ada8
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user