Loading src/display.sh +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ set -Eeuo pipefail : ${DISPLAY:='none'} # Display type case "$DISPLAY" in case "${DISPLAY,,}" in vnc) DISPLAY_OPTS="-nographic -vga std -vnc :0" ;; Loading Loading
src/display.sh +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ set -Eeuo pipefail : ${DISPLAY:='none'} # Display type case "$DISPLAY" in case "${DISPLAY,,}" in vnc) DISPLAY_OPTS="-nographic -vga std -vnc :0" ;; Loading