remove redundant image name

This commit is contained in:
Tobias Powalowski 2023-11-12 20:41:09 +01:00
parent b7f6ab440b
commit f98c6c4828

View file

@ -228,7 +228,7 @@ _create_cpio() {
cat) echo "Creating uncompressed image..."
unset _COMP_OPTS
;;
*) echo "Creating ${_COMP} compressed image---"
*) echo "Creating ${_COMP} compressed image..."
;;&
xz) _COMP_OPTS=('-T0' '--check=crc32' "${_COMP_OPTS[@]}")
;;