From 369c4030778e15dd2ad3085907229571bba134d4 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 8 Sep 2026 17:46:14 +0200 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 470863cb..02e013d9 100644 --- a/src/display.sh +++ b/src/display.sh @@ -363,7 +363,7 @@ vmvgaSetup() { if enabled "$GPU"; then - if [ -n "$VGPU"] && [[ "${VGPU,,}" != "auto" ]]; then + if [ -n "$VGPU" ] && [[ "${VGPU,,}" != "auto" ]]; then DISPLAY_OPTS+=",vgpu=$VGPU" fi