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() {