mirror of
https://github.com/apache/cloudstack
synced 2026-08-29 08:41:00 +00:00
Merge pull request #1995 from shapeblue/CLOUDSTACK-9828
CLOUDSTACK-9828: GetDomRVersionCommand fails to get the correct versi…
This commit is contained in:
commit
35b7fa30c5
@ -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
Block a user