fix: don't abort startup if happy daemon fails to start

happy daemon start failing should not crash-loop the container.
VSCode should still open regardless.

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
This commit is contained in:
2026-02-20 07:36:21 -05:00
parent 961a0985b6
commit dd77cf6a48
+1 -1
View File
@@ -63,7 +63,7 @@ chown "$RUN_UID:$RUN_GID" "$HOME"
echo "Starting Happy Coder..."
cd "$WORKSPACE_DIR"
happy daemon start
happy daemon start || echo "Happy Coder daemon failed to start, continuing anyway..."
echo "Happy Coder daemon started"