From f10ce93d627d88de2982ce18e7879c8ccdac25ce Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 25 Feb 2025 15:09:11 +0100 Subject: [PATCH] feat: Make app name configurable --- src/entry.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/entry.sh b/src/entry.sh index f5ee54a..7424cbd 100755 --- a/src/entry.sh +++ b/src/entry.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash set -Eeuo pipefail -APP="QEMU" -SUPPORT="https://github.com/qemus/qemu-arm" +: "${APP:="QEMU"}" +: "${SUPPORT:="https://github.com/qemus/qemu-arm"}" cd /run