Unverified Commit 75a724e5 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Display mode (#269)

parent e35d99ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ set -Eeuo pipefail
# Docker environment variables

: ${GPU:='N'}           # GPU passthrough
: ${DISPLAY:='curses'}  # Display type
: ${DISPLAY:='none'}  # Display type

case "${DISPLAY,,}" in
  vnc)