From fe9159435dffb95a3740275aaef1a0ea798e5ef9 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 2 Feb 2024 18:44:38 +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 dabcaa9..a836fc2 100644 --- a/src/display.sh +++ b/src/display.sh @@ -7,7 +7,7 @@ set -Eeuo pipefail : "${VGA:="virtio-gpu"}" # VGA adaptor if [[ "${BOOT_MODE,,}" == "windows" ]]; then - [[ "$VGA"" == "virtio-gpu" ]] && VGA="VGA" + [[ "$VGA" == "virtio-gpu" ]] && VGA="VGA" fi case "${DISPLAY,,}" in