Unverified Commit e0003c76 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Hide NoVNC output (#309)

parent a32bc2dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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..."