diff --git a/scripts/init-repo.sh b/scripts/init-repo.sh index 9b77e41..6a707a0 100644 --- a/scripts/init-repo.sh +++ b/scripts/init-repo.sh @@ -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"