CLOUDSTACK-9828: GetDomRVersionCommand fails to get the correct version as output

Fix tries to return the output as a single command, instead of appending output from two commands
This commit is contained in:
Abhinandan Prateek 2017-03-06 10:34:16 +05:30 committed by Abhinandan Prateek
parent 3e54388858
commit e303eee8e6
1 changed files with 3 additions and 2 deletions

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}"