mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
fix(vm_image_util): Fix DIGESTS path for compressed vhd images.
Missed this in eb72b6e5
This commit is contained in:
parent
71f005f9dc
commit
b9c72ecda1
@ -764,7 +764,7 @@ vm_upload() {
|
||||
fi
|
||||
|
||||
# If upload_images compressed $legacy_uploaded be sure to add .bz2
|
||||
if [[ "${legacy_uploaded}" =~ \.(img|bin|vdi|vmdk)$ ]]; then
|
||||
if [[ "${legacy_uploaded}" =~ \.(img|bin|vdi|vhd|vmdk)$ ]]; then
|
||||
legacy_uploaded+="${IMAGE_ZIPEXT}"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user