diff --git a/entrypoint.sh b/entrypoint.sh index d2f19b1..6decc23 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -188,7 +188,7 @@ if [ -d "/home/${HOME_USER}/.vscode/cli" ] && [ "$(ls -A /home/${HOME_USER}/.vsc # Create tunnel with extracted values if available if [ -n "$TOKEN" ] && [ -n "$TUNNEL_ID" ]; then - sudo su ${HOME_USER} -c "code tunnel --name ${VSCODE_TUNNEL_NAME} --tunnel-id ${TUNNEL_ID}--host-token ${TOKEN}" + sudo su ${HOME_USER} -c "code tunnel --name ${VSCODE_TUNNEL_NAME} --tunnel-id ${TUNNEL_ID} --host-token ${TOKEN}" else # Fallback to simpler command if values couldn't be extracted sudo su ${HOME_USER} -c "code tunnel --name ${VSCODE_TUNNEL_NAME}" diff --git a/version.txt b/version.txt index 351227f..5ae69bd 100755 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.2.4 +3.2.5