mirror of
https://github.com/dockur/windows.git
synced 2026-09-13 21:38:22 +01:00
Update display.sh
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user