From b6f7707e56a55c3f86d1ffe55f76ed6665d78bd6 Mon Sep 17 00:00:00 2001 From: Matteo Carnelos Date: Fri, 3 Sep 2021 17:26:45 +0200 Subject: [PATCH] Rename HOSTFWD in QEMU_HOSTFWD --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index ba26813..d163720 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -25,7 +25,7 @@ if [[ "$(($image_size_in_bytes % ($GIB_IN_BYTES * 2)))" != "0" ]]; then qemu-img resize $image_path "${new_size_in_gib}G" fi -for fwd in $HOSTFWD; do hostfwd="$hostfwd,hostfwd=$fwd"; done +for fwd in $QEMU_HOSTFWD; do hostfwd="$hostfwd,hostfwd=$fwd"; done if [ "${target}" = "pi1" ]; then emulator=qemu-system-arm