From eaa8cc886d1de0f5a0ca200cb47def10186a724e Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Sat, 26 Aug 2023 18:55:25 +0000 Subject: [PATCH] Trying to fix entrypoint.sh Updating to version 1.0.9 --- entrypoint.sh | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 163a94d..7156485 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -7,7 +7,7 @@ addgroup nonroot adduser --disabled-password --gecos "" ${HOME_USER} echo "${HOME_USER} ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers -sudo su - ${HOME_USER} +# sudo su - ${HOME_USER} if [[ -z "${VSCODE_TUNNEL_NAME}" ]]; then code-server tunnel --accept-server-license-terms diff --git a/version.txt b/version.txt index 337a6a8..e5a4a5e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.8 \ No newline at end of file +1.0.9 \ No newline at end of file