Fix systemVM template name in metadata file (#5598)

This commit is contained in:
Pearl Dsilva 2021-10-21 22:14:23 +05:30 committed by GitHub
parent 6e67edcf50
commit f2ca11fc68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ function createMetadataFile() {
do
section="$i"
hvName=$(getGenericName $i)
templatename="systemvm-${i}-${CS_VERSION}"
templatename="systemvm-${i}-${CS_VERSION}.${CS_MINOR_VERSION}"
checksum=$(getChecksum "$fileData" $hvName)
downloadurl="${templates[$i]}"
filename=$(echo ${downloadurl##*'/'})