From f7c889e3c997389f33574e9534f338fe90badaed Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Sun, 27 Aug 2023 00:09:37 +0000 Subject: [PATCH] Trying to fix entrypoint.sh Updating to version 1.0.11 --- entrypoint.sh | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index afbdc35..409dcd0 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} +su - ${HOME_USER} if [[ -z "${VSCODE_TUNNEL_NAME}" ]]; then code tunnel --accept-server-license-terms diff --git a/version.txt b/version.txt index 437d26b..8684498 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.10 \ No newline at end of file +1.0.11 \ No newline at end of file