fix: don't abort startup if happy daemon fails to start #7
Reference in New Issue
Block a user
Delete Branch "fix/happy-daemon-nonblocking"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
happy daemon startwas failing andset -ecaused the whole init script to exit with status 1, which put the container into a crash loop (black screen in the web UI).Changed to
happy daemon start || echo "..."so startup continues and VSCode opens even if the Happy daemon isn't available yet.Test plan
=== Initialization Complete ===🤖 Generated with Claude Code
via Happy