From cdb709d27ef615dca86f810297c5b1551f724557 Mon Sep 17 00:00:00 2001 From: don Date: Wed, 16 Nov 2022 14:22:10 -0500 Subject: [PATCH] Update entry.sh changed novnc from home dir to opt --- entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry.sh b/entry.sh index eaca6f5..bb0724a 100644 --- a/entry.sh +++ b/entry.sh @@ -1,3 +1,3 @@ #!/bin/bash /usr/bin/vncserver :99 & -/home/alpine/noVNC/utils/novnc_proxy --vnc 127.0.0.1:5999 +/opt/noVNC/utils/novnc_proxy --vnc 127.0.0.1:5999