From 3432d3be1985381cb1f14c95ebaa61b3e20dc596 Mon Sep 17 00:00:00 2001 From: myve Date: Fri, 19 Jul 2024 23:37:43 +0000 Subject: [PATCH] Update novnc/Dockerfile --- novnc/Dockerfile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/novnc/Dockerfile b/novnc/Dockerfile index 55f804d..0c506cd 100644 --- a/novnc/Dockerfile +++ b/novnc/Dockerfile @@ -28,14 +28,7 @@ then fi # Read ssh client variables hostname and port (5900, 5901, 5902, etc) -if ssh ${MYVNC_VNCSSH_HOST} exit -then - ssh ${MYVNC_VNCSSH_HOST} -L ${MYVNC_VNCLISTEN_HOST:-5900}:localhost:${MYVNC_VNCSSH_PORT} & -else - echo "Unable to establish SSH tunnel." - echo "Exiting..." - exit 1 -fi +ssh ${MYVNC_VNCSSH_HOST} -L ${MYVNC_VNCLISTEN_HOST:-5900}:localhost:${MYVNC_VNCSSH_PORT} & 01-init # Reset user home directory