Merge pull request #7 from cpfarhood/fix/happy-daemon-nonblocking

fix: don't abort startup if happy daemon fails to start
This commit was merged in pull request #7.
This commit is contained in:
2026-02-20 07:37:10 -05:00
committed by GitHub
+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"