mirror of
https://github.com/lukechilds/dockerpi.git
synced 2026-01-23 10:16:42 +00:00
Fix missing $image_path
This commit is contained in:
parent
ddb079efda
commit
7aa6eb975d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue