Update display.sh

This commit is contained in:
Kroese 2024-02-02 16:27:25 +01:00 committed by GitHub
parent 554e503b3f
commit 5260fed2d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,9 +3,8 @@ set -Eeuo pipefail
# Docker environment variables
: "${GPU:="N"}" # GPU passthrough
: "${VGA:="virtio-vga"}" # VGA adaptor
: "${DISPLAY:="web"}" # Display type
: "${DISPLAY:="web"}" # Display
: "${VGA:="virtio-gpu"}" # GPU model
case "${DISPLAY,,}" in
vnc)