mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-07 08:57:33 +08:00
feat: Make app name configurable
This commit is contained in:
parent
8c5e0ee274
commit
ee9d49b52b
@ -1,8 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
APP="Virtual DSM"
|
: "${APP:="Virtual DSM"}"
|
||||||
SUPPORT="https://github.com/vdsm/virtual-dsm"
|
: "${SUPPORT:="https://github.com/vdsm/virtual-dsm"}"
|
||||||
|
|
||||||
cd /run
|
cd /run
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user