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

A couple random fixes for installer and service startup scripts #453

Merged
merged 2 commits into from
Oct 19, 2023

Conversation

cmickeyb
Copy link
Contributor

A couple small fixes to the installer (to preserve mode bits) and the services (to enable configuration variable override).

…expansion

Many of the configuration files use variable expansion (the '${}' syntax).
Previously all of the expandable variables were initialized in the configuration
module. This commit copies the bind parameter that is used in many of the clients
to the services in order to support command line variable override.

And... remove a few left over references to the old way of handling configuration.

Signed-off-by: Mic Bowman <[email protected]>
Copy link
Contributor

@prakashngit prakashngit left a comment

Choose a reason for hiding this comment

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

thank you for the PR!

@prakashngit prakashngit merged commit b426953 into hyperledger-labs:main Oct 19, 2023
4 checks passed
@cmickeyb cmickeyb deleted the mic.oct19.random_fixes branch January 16, 2024 00:21
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