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

45 improper sourcing of nodekey #46

Merged
merged 6 commits into from
Nov 21, 2024
Merged

Conversation

emailnjv
Copy link
Contributor

#45

Changed the shebang lines in various shell scripts from `#!/usr/bin/bash` to `#!/usr/bin/env bash` for better portability and compatibility across different environments. This ensures that the scripts will use the bash interpreter found in the user's PATH. This change improves the flexibility of the scripts, allowing them to run correctly on systems where bash is not located in `/usr/bin/bash`.

ISSUE: 41
…ntext-for-increased-levels

fix 🐛: Changed logging to default and changed levels >= DEBUG to incl…
@emailnjv emailnjv linked an issue Nov 21, 2024 that may be closed by this pull request
@emailnjv emailnjv merged commit 28b6c1f into master Nov 21, 2024
2 checks passed
@emailnjv emailnjv deleted the 45-improper-sourcing-of-nodekey branch November 21, 2024 06:03
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.

Improper sourcing of nodekey
1 participant