aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkvmx2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx b/kvmx
index e4fedb8..e30d025 100755
--- a/kvmx
+++ b/kvmx
@@ -1621,7 +1621,7 @@ function kvmx_compress {
exit 1
fi
- if [ "$qcow2_compression" != "0" ]; then
+ if [ "$qcow2_compression" == "1" ]; then
$compression = "-c"
fi