Update display.sh
This commit is contained in:
parent
8f4eea252f
commit
fe9159435d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue