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