Compare commits

..

3 Commits
3.2.0 ... 3.2.3

Author SHA1 Message Date
0fe46e635d Trying to fix issue if data authentication already exist.
Some checks failed
Build and Push Docker Image ARM64 / docker (push) Failing after 1m52s
2025-04-13 04:27:21 +00:00
d84caeb8cf Trying to fix issue when restart. 2025-04-13 03:57:47 +00:00
68e7aa99d8 Trying to fix issue when restart. 2025-04-13 03:30:11 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -159,8 +159,8 @@ fi
# Check if CLI directory exists and has content # Check if CLI directory exists and has content
if [ -d "/home/${HOME_USER}/.vscode/cli" ] && [ "$(ls -A /home/${HOME_USER}/.vscode/cli 2>/dev/null)" ]; then if [ -d "/home/${HOME_USER}/.vscode/cli" ] && [ "$(ls -A /home/${HOME_USER}/.vscode/cli 2>/dev/null)" ]; then
# CLI directory exists and has content, use restart # CLI directory exists and has content, use cli data
sudo su ${HOME_USER} -c "code tunnel restart" sudo su ${HOME_USER} -c "code tunnel --cli-data-dir /home/${HOME_USER}/.vscode/cli"
else else
# No CLI directory or empty, use normal startup # No CLI directory or empty, use normal startup
if [[ -v VSCODE_TUNNEL_NAME && -n "${VSCODE_TUNNEL_NAME}" ]]; then if [[ -v VSCODE_TUNNEL_NAME && -n "${VSCODE_TUNNEL_NAME}" ]]; then

View File

@ -1 +1 @@
3.2.0 3.2.3