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