feat: Make app name configurable (#180)
This commit is contained in:
parent
69ece08bcc
commit
63afa68a5c
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
APP="QEMU"
|
: "${APP:="QEMU"}"
|
||||||
SUPPORT="https://github.com/qemus/qemu-arm"
|
: "${SUPPORT:="https://github.com/qemus/qemu-arm"}"
|
||||||
|
|
||||||
cd /run
|
cd /run
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue