Update display.sh

This commit is contained in:
Kroese 2024-02-02 17:41:24 +01:00 committed by GitHub
parent c9f2231b55
commit 392077948b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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