Update display.sh
This commit is contained in:
parent
b4584fabfa
commit
88ef5f58b9
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ set -Eeuo pipefail
|
|||
# Docker environment variables
|
||||
|
||||
: "${GPU:="N"}" # GPU passthrough
|
||||
: "${VGA:="virtio"}" # VGA adaptor
|
||||
: "${VGA:="std"}" # VGA adaptor
|
||||
: "${DISPLAY:="web"}" # Display type
|
||||
|
||||
case "${DISPLAY,,}" in
|
||||
|
|
|
|||
Loading…
Reference in a new issue