From 8bccad38f11f39c1c666caab403f7894d919341c Mon Sep 17 00:00:00 2001 From: Sean Payne Date: Sun, 17 May 2015 01:49:52 -0700 Subject: [PATCH] Changed index to automatically connect to the novnc instance. --- startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.sh b/startup.sh index d00532a..05e4ea4 100644 --- a/startup.sh +++ b/startup.sh @@ -4,4 +4,4 @@ Xvfb :1 -screen 0 1600x900x16 & sleep 5 openbox-session& x11vnc -display :1 -nopw -listen localhost -xkb -ncache 10 -ncache_cr -forever & -cd /root/noVNC && ./utils/launch.sh --vnc localhost:5900 +cd /root/noVNC && ln -s vnc_auto.html index.html && ./utils/launch.sh --vnc localhost:5900