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