Merge pull request #1995 from shapeblue/CLOUDSTACK-9828

CLOUDSTACK-9828: GetDomRVersionCommand fails to get the correct versi…
This commit is contained in:
Rajani Karuturi 2017-05-17 09:47:25 +05:30 committed by GitHub
commit 35b7fa30c5

View File

@ -42,5 +42,6 @@ then
exit
fi
echo -n `cat /etc/cloudstack-release`'&'
cat /var/cache/cloud/cloud-scripts-signature
release=`cat /etc/cloudstack-release`
sig=`cat /var/cache/cloud/cloud-scripts-signature`
echo "${release}&${sig}"