Fixing the second issue of the same variable. Updating to version. 3.0.4

This commit is contained in:
2024-04-15 03:23:49 +00:00
parent e2ba0edd34
commit 7bf78c1935
2 changed files with 2 additions and 2 deletions

@ -110,7 +110,7 @@ else
echo "File extensions.json not found" echo "File extensions.json not found"
fi 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" sudo su - ${HOME_USER} -c "code tunnel --accept-server-license-terms"
else else
sudo su - ${HOME_USER} -c "code tunnel --accept-server-license-terms --name ${VSCODE_TUNNEL_NAME}" sudo su - ${HOME_USER} -c "code tunnel --accept-server-license-terms --name ${VSCODE_TUNNEL_NAME}"

@ -1 +1 @@
3.0.3 3.0.4