fix(vm_image_util): Fix DIGESTS path for compressed vhd images.

Missed this in eb72b6e5
This commit is contained in:
Michael Marineau 2014-04-16 17:30:58 -07:00
parent 71f005f9dc
commit b9c72ecda1

View File

@ -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