diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-01-16 17:43:54 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-01-16 17:43:54 -0200 |
commit | 52d5282ecdfe394ea323b1cca2af4c6ec9e49fa8 (patch) | |
tree | f110da72d10cc864829d551ee54b591e48e24379 | |
parent | 50a48570a9cf75ba341c7f5885c5fb66e162c2c3 (diff) | |
download | kvmx-52d5282ecdfe394ea323b1cca2af4c6ec9e49fa8.tar.gz kvmx-52d5282ecdfe394ea323b1cca2af4c6ec9e49fa8.tar.bz2 |
Assignment fix
-rwxr-xr-x | kvmx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1632,7 +1632,7 @@ function kvmx_compress { fi if [ "$qcow2_compression" == "1" ]; then - $compression = "-c" + compression="-c" fi # Size before compression |