Explorar el Código

feat: Make app name configurable (#1058)

Kroese hace 4 meses
padre
commit
63a9d10a27
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  1. 2 3
      src/entry.sh

+ 2 - 3
src/entry.sh

@@ -1,10 +1,9 @@
 #!/usr/bin/env bash
 set -Eeuo pipefail
 
+: "${APP:="Windows"}"
 : "${BOOT_MODE:="windows"}"
-
-APP="Windows"
-SUPPORT="https://github.com/dockur/windows"
+: "${SUPPORT:="https://github.com/dockur/windows"}"
 
 cd /run