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

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

📋 Pull Request Information

Original PR: https://github.com/bigbeartechworld/big-bear-scripts/pull/30
Author: @dragonfire1119
Created: 1/9/2025
Status: Merged
Merged: 1/9/2025
Merged by: @dragonfire1119

Base: masterHead: setup-pterodactyl-wings-run-script


📝 Commits (1)

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

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 setup-pterodactyl-wings/run.sh (+1 -1)

📄 Description

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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bigbeartechworld/big-bear-scripts/pull/30 **Author:** [@dragonfire1119](https://github.com/dragonfire1119) **Created:** 1/9/2025 **Status:** ✅ Merged **Merged:** 1/9/2025 **Merged by:** [@dragonfire1119](https://github.com/dragonfire1119) **Base:** `master` ← **Head:** `setup-pterodactyl-wings-run-script` --- ### 📝 Commits (1) - [`6efda4a`](https://github.com/bigbeartechworld/big-bear-scripts/commit/6efda4a58d9ce2564308a6ec050756e43b6aada8) ✨ feat(setup-pterodactyl-wings): Use bash shebang for ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `setup-pterodactyl-wings/run.sh` (+1 -1) </details> ### 📄 Description 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 --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:14:22 -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#33