Update display.sh
This commit is contained in:
parent
d5c6697f85
commit
2638cde4ac
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ case "${DISPLAY,,}" in
|
||||||
;;
|
;;
|
||||||
ramfb)
|
ramfb)
|
||||||
DISPLAY_OPTS="-display vnc=:0,websocket=5700 -device ramfb"
|
DISPLAY_OPTS="-display vnc=:0,websocket=5700 -device ramfb"
|
||||||
;;
|
;;
|
||||||
none)
|
none)
|
||||||
DISPLAY_OPTS="-display none"
|
DISPLAY_OPTS="-display none"
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue