Update display.sh
This commit is contained in:
parent
c9f2231b55
commit
392077948b
1 changed files with 1 additions and 1 deletions
|
|
@ -3,8 +3,8 @@ set -Eeuo pipefail
|
||||||
|
|
||||||
# Docker environment variables
|
# Docker environment variables
|
||||||
|
|
||||||
|
: "${VGA:="VGA"}" # Adaptor
|
||||||
: "${DISPLAY:="web"}" # Display
|
: "${DISPLAY:="web"}" # Display
|
||||||
: "${VGA:="virtio-gpu"}" # GPU model
|
|
||||||
|
|
||||||
case "${DISPLAY,,}" in
|
case "${DISPLAY,,}" in
|
||||||
vnc)
|
vnc)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue