From 7bf78c19358b958184a8b8a8e1a9f0a4c022925c Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Mon, 15 Apr 2024 03:23:49 +0000 Subject: [PATCH] Fixing the second issue of the same variable. Updating to version. 3.0.4 --- entrypoint.sh | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index c06ab9e..b7a818d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -110,7 +110,7 @@ else echo "File extensions.json not found" fi -if [[ -z "${VSCODE_TUNNEL_NAME}" ]]; then +if [[ -v VSCODE_TUNNEL_NAME && -z "${VSCODE_TUNNEL_NAME}" ]]; then sudo su - ${HOME_USER} -c "code tunnel --accept-server-license-terms" else sudo su - ${HOME_USER} -c "code tunnel --accept-server-license-terms --name ${VSCODE_TUNNEL_NAME}" diff --git a/version.txt b/version.txt index 282895a..b38ebbf 100755 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.0.3 \ No newline at end of file +3.0.4 \ No newline at end of file