From 8b1165e713101f68c66c9cba92c1caa65b94f50c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Wed, 11 Mar 2026 08:20:14 +0100 Subject: [PATCH] Apply suggestion from @tremor021 --- tools/addon/coder-code-server.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/addon/coder-code-server.sh b/tools/addon/coder-code-server.sh index 7f587d760..e4aed1b6a 100644 --- a/tools/addon/coder-code-server.sh +++ b/tools/addon/coder-code-server.sh @@ -90,7 +90,6 @@ VERSION=$(curl -fsSL https://api.github.com/repos/coder/code-server/releases/lat msg_info "Installing Code-Server v${VERSION}" - if [ -f ~/.config/code-server/config.yaml ]; then existing_config = true fi