From 2638cde4ac47f7a20868c64facc725e6bcaa36bc Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 2 Feb 2024 18:29:25 +0100 Subject: [PATCH] Update display.sh --- src/display.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/display.sh b/src/display.sh index 05f6d1a..e60951d 100644 --- a/src/display.sh +++ b/src/display.sh @@ -15,7 +15,7 @@ case "${DISPLAY,,}" in ;; ramfb) DISPLAY_OPTS="-display vnc=:0,websocket=5700 -device ramfb" - ;; + ;; none) DISPLAY_OPTS="-display none" ;;