From 63afa68a5cb5765ac32bfdb230a182a1ae61cf71 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 25 Feb 2025 15:10:56 +0100 Subject: [PATCH] feat: Make app name configurable (#180) --- 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