Skip to content

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
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
3 participants