mn9206986 commited on
Commit
6414ca9
·
verified ·
1 Parent(s): d80d3d3

Update chrome-novnc.sh

Browse files
Files changed (1) hide show
  1. chrome-novnc.sh +0 -2
chrome-novnc.sh CHANGED
@@ -13,8 +13,6 @@ vnc_config=$VNC_DIR
13
 
14
  # Khởi động VNC server
15
  vncserver -kill :1 1>/dev/null 2>&1
16
- [ -e /tmp/.X11-unix ] && rm -rf /tmp/.X11-unix
17
- [ -e /tmp/.X1-lock ] && rm -rf /tmp/.X1-lock
18
  vncserver -name chrome-novnc -depth 24 -geometry "$vnc_geometry" :1 -rfbauth "$vnc_config/passwd"
19
 
20
  # Khởi động noVNC
 
13
 
14
  # Khởi động VNC server
15
  vncserver -kill :1 1>/dev/null 2>&1
 
 
16
  vncserver -name chrome-novnc -depth 24 -geometry "$vnc_geometry" :1 -rfbauth "$vnc_config/passwd"
17
 
18
  # Khởi động noVNC