mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Summary: Fix improper variable assignment in resizevolume.sh (remove $)
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1360089640 -0700
This commit is contained in:
parent
7f885b65f9
commit
750fb2c31e
@ -177,7 +177,7 @@ resizeqcow2() {
|
|||||||
fi
|
fi
|
||||||
##### end sanity #####
|
##### end sanity #####
|
||||||
|
|
||||||
$actualsize=`qemu-img info $path | grep "virtual size" | sed -re 's/^.*\(([0-9]+).*$/\1/g'`
|
actualsize=`qemu-img info $path | grep "virtual size" | sed -re 's/^.*\(([0-9]+).*$/\1/g'`
|
||||||
|
|
||||||
if [ $actualsize -ne $currentsize ]
|
if [ $actualsize -ne $currentsize ]
|
||||||
then
|
then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user