diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-01-02 22:10:53 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-01-02 22:10:53 -0200 |
commit | 465e842486ca610c2a507f790c7f9e17a8c34cf3 (patch) | |
tree | 93f33a89aae3eb060014330d7784788a0ef42e44 | |
parent | 7441b792e197734b85f7c01a64397fb97a267128 (diff) | |
download | kvmx-465e842486ca610c2a507f790c7f9e17a8c34cf3.tar.gz kvmx-465e842486ca610c2a507f790c7f9e17a8c34cf3.tar.bz2 |
Switch qcow2_compression logic test
-rwxr-xr-x | kvmx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1621,7 +1621,7 @@ function kvmx_compress { exit 1 fi - if [ "$qcow2_compression" != "0" ]; then + if [ "$qcow2_compression" == "1" ]; then $compression = "-c" fi |