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