mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-07-02 05:24:55 +08:00
feat: Make app name configurable (#900)
This commit is contained in:
parent
8c5e0ee274
commit
f40127df01
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user