Update startup.sh
Browse files- startup.sh +1 -1
startup.sh
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
export DISPLAY=:1.0
|
4 |
|
5 |
# Start novnc
|
6 |
-
/root/noVNC/utils/novnc_proxy --vnc localhost:5901 --listen 0.0.0.0:
|
7 |
|
8 |
# Start the VNC server
|
9 |
vncserver -geometry 1280x800 -depth 24
|
|
|
3 |
export DISPLAY=:1.0
|
4 |
|
5 |
# Start novnc
|
6 |
+
/root/noVNC/utils/novnc_proxy --vnc localhost:5901 --listen 0.0.0.0:7860 &
|
7 |
|
8 |
# Start the VNC server
|
9 |
vncserver -geometry 1280x800 -depth 24
|