[PR #30] feat(setup-pterodactyl-wings): Use bash shebang for portability #35

Closed
opened 2025-11-20 04:14:23 -05:00 by saavagebueno · 0 comments
Owner

Original Pull Request: https://github.com/bigbeartechworld/big-bear-scripts/pull/30

State: closed
Merged: Yes


This pull request introduces a change to the setup-pterodactyl-wings script to improve its portability across different systems. The commit message describes the change in detail:

feat(setup-pterodactyl-wings): Use bash shebang for

portability

Changes the shebang line from #!/bin/bash to #!/usr/bin/env bash to
ensure the script runs on systems where the bash binary may not be
located at /bin/bash.

The change ensures that the script can run on systems where the bash binary is not located at the default /bin/bash path, making the script more portable and reliable.

Summary by CodeRabbit

  • Chores
    • Updated script interpreter declaration for improved cross-environment compatibility
    • Minor script portability enhancement for Bash execution
**Original Pull Request:** https://github.com/bigbeartechworld/big-bear-scripts/pull/30 **State:** closed **Merged:** Yes --- This pull request introduces a change to the `setup-pterodactyl-wings` script to improve its portability across different systems. The commit message describes the change in detail: > ✨ feat(setup-pterodactyl-wings): Use bash shebang for > > portability > > Changes the shebang line from `#!/bin/bash` to `#!/usr/bin/env bash` to > ensure the script runs on systems where the bash binary may not be > located at `/bin/bash`. The change ensures that the script can run on systems where the bash binary is not located at the default `/bin/bash` path, making the script more portable and reliable. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated script interpreter declaration for improved cross-environment compatibility - Minor script portability enhancement for Bash execution <!-- end of auto-generated comment: release notes by coderabbit.ai -->
saavagebueno added the pull-request label 2025-11-20 04:14:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/big-bear-scripts#35