Update display.sh

This commit is contained in:
Kroese
2026-09-08 17:46:14 +02:00
committed by GitHub
parent c726c054b9
commit 369c403077
+1 -1
View File
@@ -363,7 +363,7 @@ vmvgaSetup() {
if enabled "$GPU"; then if enabled "$GPU"; then
if [ -n "$VGPU"] && [[ "${VGPU,,}" != "auto" ]]; then if [ -n "$VGPU" ] && [[ "${VGPU,,}" != "auto" ]]; then
DISPLAY_OPTS+=",vgpu=$VGPU" DISPLAY_OPTS+=",vgpu=$VGPU"
fi fi