Loading src/entry.sh +2 −3 Original line number Diff line number Diff line #!/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 Loading Loading
src/entry.sh +2 −3 Original line number Diff line number Diff line #!/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 Loading