fix: Hide NoVNC output (#309)

This commit is contained in:
Kroese 2024-01-08 00:50:53 +01:00 committed by GitHub
parent a32bc2dc8f
commit e0003c76cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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..."