fix: Display mode (#269)

This commit is contained in:
Kroese 2023-12-25 08:03:36 +01:00 committed by GitHub
parent e35d99eec3
commit 75a724e531
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ set -Eeuo pipefail
# Docker environment variables # Docker environment variables
: ${GPU:='N'} # GPU passthrough : ${GPU:='N'} # GPU passthrough
: ${DISPLAY:='curses'} # Display type : ${DISPLAY:='none'} # Display type
case "${DISPLAY,,}" in case "${DISPLAY,,}" in
vnc) vnc)