From 392077948b0b3d23a9c231d494051ba6ef93adc9 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 2 Feb 2024 17:41:24 +0100 Subject: [PATCH] Update display.sh --- src/display.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/display.sh b/src/display.sh index febaaff..60a519f 100644 --- a/src/display.sh +++ b/src/display.sh @@ -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)