Fix missing $image_path

This commit is contained in:
Ben Hardill 2020-12-01 23:07:07 +00:00
parent ddb079efda
commit 7aa6eb975d
No known key found for this signature in database
GPG key ID: 74DD076979ABB1E7

View file

@ -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