From ee9d49b52b679269cee457716924e73899aeba0b Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 25 Feb 2025 15:06:28 +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 2cb0eb5..7b7bf0c 100755 --- a/src/entry.sh +++ b/src/entry.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash set -Eeuo pipefail -APP="Virtual DSM" -SUPPORT="https://github.com/vdsm/virtual-dsm" +: "${APP:="Virtual DSM"}" +: "${SUPPORT:="https://github.com/vdsm/virtual-dsm"}" cd /run