From 04e26f2afcea62685d95251cea3a41bfaa384fe0 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Sat, 30 Mar 2024 04:56:24 +0000 Subject: [PATCH] Trying to fix issue. Updating to version 2.0.17 --- entrypoint.sh | 6 +++--- version.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index f32425b..e55a5c1 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -77,9 +77,9 @@ fi # Allow users to have scripts run on container startup to prepare workspace. # https://github.com/coder/code-server/issues/5177 -if [ -d "${ENTRYPOINTD}" ]; then - find "${ENTRYPOINTD}" -type f -executable -print -exec {} \; -fi +#if [ -d "${ENTRYPOINTD}" ]; then + #find "${ENTRYPOINTD}" -type f -executable -print -exec {} \; +#fi if [[ -z "${VSCODE_TUNNEL_NAME}" ]]; then exec dumb-init sudo su - ${HOME_USER} -c "code tunnel --accept-server-license-terms $@" diff --git a/version.txt b/version.txt index d845ccb..92db16f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.16 \ No newline at end of file +2.0.17 \ No newline at end of file