From 115d25613caaaf4d9ac1a5190ead17f756f14734 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Sat, 26 Aug 2023 23:35:03 +0000 Subject: [PATCH] Trying to fix entrypoint.sh Updating to version 1.0.10 --- entrypoint.sh | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 7156485..afbdc35 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -10,7 +10,7 @@ echo "${HOME_USER} ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers # sudo su - ${HOME_USER} if [[ -z "${VSCODE_TUNNEL_NAME}" ]]; then - code-server tunnel --accept-server-license-terms + code tunnel --accept-server-license-terms else - code-server tunnel --accept-server-license-terms --name ${VSCODE_TUNNEL_NAME} + code tunnel --accept-server-license-terms --name ${VSCODE_TUNNEL_NAME} fi diff --git a/version.txt b/version.txt index e5a4a5e..437d26b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.9 \ No newline at end of file +1.0.10 \ No newline at end of file