mirror of https://github.com/apache/cloudstack.git
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:
parent
3e54388858
commit
e303eee8e6
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue