From e0003c76cdbf20b02100679271ac664590d83bf7 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 8 Jan 2024 00:50:53 +0100 Subject: [PATCH] fix: Hide NoVNC output (#309) --- src/entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entry.sh b/src/entry.sh index db77e1e..1568105 100755 --- a/src/entry.sh +++ b/src/entry.sh @@ -18,7 +18,7 @@ cd /run trap - ERR if [[ "${DISPLAY,,}" == "web" ]]; then - websockify -D --web /usr/share/novnc/ 8006 localhost:5900 >/dev/null + websockify -D --web /usr/share/novnc/ 8006 localhost:5900 2>/dev/null fi info "Booting image using $VERS..."