Skip to content

Commit 35b7fa3

Browse files
authored
Merge pull request #1995 from shapeblue/CLOUDSTACK-9828
CLOUDSTACK-9828: GetDomRVersionCommand fails to get the correct versi…
2 parents d710b55 + e303eee commit 35b7fa3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

systemvm/patches/debian/config/opt/cloud/bin/get_template_version.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ then
4242
exit
4343
fi
4444

45-
echo -n `cat /etc/cloudstack-release`'&'
46-
cat /var/cache/cloud/cloud-scripts-signature
45+
release=`cat /etc/cloudstack-release`
46+
sig=`cat /var/cache/cloud/cloud-scripts-signature`
47+
echo "${release}&${sig}"

0 commit comments

Comments
 (0)