Skip to content
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

extended_bin: Don't exit on logger failure #948

Merged
merged 1 commit into from
Feb 25, 2025

Conversation

weiss
Copy link
Contributor

@weiss weiss commented Feb 24, 2025

The user running the release may not have the privileges required to execute logger. In that case, logger returns non-zero. Fall back to using echo rather than letting the start script fail (due to set -e) if logger fails.

The user running the release may not have the privileges required to
execute logger. In that case, logger returns non-zero. Fall back to
using "echo" rather than letting the start script fail (due to "set -e")
if logger fails.
Copy link
Collaborator

@ferd ferd left a comment

Choose a reason for hiding this comment

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

I do prefer this version as less likely to suddenly break on people's installs. Going for this one.

@ferd ferd merged commit a4fd426 into erlware:main Feb 25, 2025
6 of 9 checks passed
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.

3 participants