Skip to content

fix(shell): resolve ShellCheck SC3043 warnings #2433

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

enochval
Copy link

fix(shell): resolve ShellCheck SC3043 warnings in multiple entrypoint scripts

Dropped 'local' keyword and updated variable names for POSIX compliance. Modified scripts in 29, 30, 31, and main docker-entrypoint.sh.

Fixes: #2428

enochval added 2 commits May 17, 2025 20:19
… scripts

Dropped 'local' keyword and updated variable names for POSIX compliance.
Modified scripts in 29, 30, 31, and main docker-entrypoint.sh.

Fixes: nextcloud#2428
Signed-off-by: Enoch Osarenren <[email protected]>
… scripts

Dropped 'local' keyword and updated variable names for POSIX compliance.
Modified scripts in 29, 30, and main docker-entrypoint.sh.

Fixes: nextcloud#2428
Signed-off-by: Enoch Osarenren <[email protected]>
Copy link

@brlin-tw brlin-tw left a comment

Choose a reason for hiding this comment

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

LGTM.

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.

"In POSIX sh, 'local' is undefined." ShellCheck problem in the entrypoint scripts
2 participants