From dd86d3d1d848ee1ffe8890039029025a9ad45f7d Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Sun, 14 Dec 2025 12:41:21 +0000 Subject: [PATCH] wip Signed-off-by: 35C4n0r --- registry/coder/modules/claude-code/scripts/start.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/registry/coder/modules/claude-code/scripts/start.sh b/registry/coder/modules/claude-code/scripts/start.sh index bde1bfde..185ab03d 100644 --- a/registry/coder/modules/claude-code/scripts/start.sh +++ b/registry/coder/modules/claude-code/scripts/start.sh @@ -3,8 +3,10 @@ # Set strict error handling AFTER sourcing bashrc to avoid unbound variable errors from user dotfiles set -euo pipefail +true > "${HOME}/start.log" + log() { - printf "$@" >> "$HOME/start.log" + printf "$@" >> "${HOME}/start.log" } command_exists() {