cloudimage: Not downloading a cloud image if exists

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ia492ff91e2068745d433a35b139feabcbb356416
This commit is contained in:
Dongjin Kim
2022-05-04 00:52:34 +09:00
parent a7f336cdba
commit 642cd65df3

View File

@@ -512,6 +512,11 @@ do_download_tarball() {
fi
fi
;;
*)
if [ -f ${tarball} ]; then
download=false
fi
;;
esac
if [ "${download}" = true ]; then