Fix shellcheck issue

This commit is contained in:
Yuki Okushi 2020-02-29 22:00:36 +09:00
parent 9f9a5edcee
commit 8d6d84bde5
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ if [ "$QEMU" != "" ]; then
# plain qcow2 image: just download it
qemufile="$(echo "${QEMU}" | sed 's/\//__/g')"
if [ ! -f "${tmpdir}/${qemufile}" ]; then
curl --retry 5 "${MIRRORS_URL}/${QEMU}" | \
curl --retry 5 "${MIRRORS_URL}/${QEMU}" \
> "${tmpdir}/${qemufile}"
fi
fi