Loading src/display.sh +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ set -Eeuo pipefail # Docker environment variables : ${GPU:='N'} # GPU passthrough : ${DISPLAY:='curses'} # Display type : ${DISPLAY:='none'} # Display type case "${DISPLAY,,}" in vnc) Loading Loading
src/display.sh +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ set -Eeuo pipefail # Docker environment variables : ${GPU:='N'} # GPU passthrough : ${DISPLAY:='curses'} # Display type : ${DISPLAY:='none'} # Display type case "${DISPLAY,,}" in vnc) Loading