From 7aa6eb975d825af87a1efdc1732708bf337cb39e Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Tue, 1 Dec 2020 23:07:07 +0000 Subject: [PATCH] Fix missing $image_path --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 599ebf7..bfe86ff 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -15,7 +15,7 @@ if [ ! -e $image_path ]; then fi fi -qemu-img resize 4G +qemu-img resize $image_path 4G if [ "${target}" = "pi1" ]; then emulator=qemu-system-arm