mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-03-31 06:24:02 -04:00
[PR #30] ✨ feat(setup-pterodactyl-wings): Use bash shebang for portability #35
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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-wingsscript to improve its portability across different systems. The commit message describes the change in detail:The change ensures that the script can run on systems where the bash binary is not located at the default
/bin/bashpath, making the script more portable and reliable.Summary by CodeRabbit