Skip to content

RDKBDEV-3258: Fix syntax errro from RDKBDEV-3258 Remove UTOPIA mcast services (#80) - #416

Open
vlad-safonov wants to merge 1 commit into
rdkcentral:developfrom
vlad-safonov:RDKBDEV-3258-fix-syntax-error
Open

vlad-safonov wants to merge 1 commit into
rdkcentral:developfrom
vlad-safonov:RDKBDEV-3258-fix-syntax-error

Conversation

@vlad-safonov

@vlad-safonov vlad-safonov commented Sep 15, 2026

Copy link
Copy Markdown

Reason for change: PR #80 introduced syntax error in script source/scripts/init/service.d/service_misc.sh
mixing bash and sh syntax with such output

/etc/utopia/service.d/service_misc.sh: line 78: syntax error near `-o'
/etc/utopia/service.d/service_misc.sh: line 78: syntax error in conditional expression

this PR is fixing it

Test procedure: run service_misc.sh and ensure there are no errors

Risks: Low
Priority: P1

Copilot AI lite review requested due to automatic review settings September 15, 2026 09:06
@vlad-safonov
vlad-safonov requested review from a team as code owners September 15, 2026 09:06
@vlad-safonov

Copy link
Copy Markdown
Author

I have read the CLA Document and I hereby sign the CLA

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

No unresolved review issues remain.

Pull request overview

This PR fixes POSIX shell syntax in service_misc.sh for multicast service handling.

Changes:

  • Replaces Bash [[ ... ]] tests with POSIX-compatible [ ... ].
  • Verifies multicast scripts are executable before invocation.
File summaries
File Summary
source/scripts/init/service.d/service_misc.sh Corrects multicast service conditionals for /bin/sh compatibility.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@vlad-safonov vlad-safonov changed the title Fix syntax errro from RDKBDEV-3258 Remove UTOPIA mcast services (#80) RDKBDEV-3258: Fix syntax errro from RDKBDEV-3258 Remove UTOPIA mcast services (#80) Sep 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants