Skip to content

Commit 1ebf535

Browse files
committed
plugins/openvscode-drive: Swallow noisy stderr from VNC server and client
1 parent 6a1dfa7 commit 1ebf535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/openvscode-drive

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ then
3232
mkdir -p .cache
3333
mount -B /tmp/.cache .cache
3434

35-
Xvnc -SecurityTypes None -localhost -nolisten local ":$display" &
36-
novnc_proxy --vnc ":$((X11_PORT + display))" --listen $((VNC_PORT + display)) &
35+
Xvnc -SecurityTypes None -localhost -nolisten local ":$display" 2>/dev/null &
36+
novnc_proxy --vnc ":$((X11_PORT + display))" --listen $((VNC_PORT + display)) 2>/dev/null &
3737

3838
export DISPLAY=":$display"
3939
fi

0 commit comments

Comments
 (0)