fix: Hide NoVNC output (#309)
This commit is contained in:
parent
a32bc2dc8f
commit
e0003c76cd
1 changed files with 1 additions and 1 deletions
|
@ -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..."
|
||||
|
|
Loading…
Reference in a new issue