feat: Make app name configurable

This commit is contained in:
Kroese 2025-02-25 15:06:28 +01:00 committed by GitHub
parent 8c5e0ee274
commit ee9d49b52b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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