mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-03-31 06:24:02 -04:00
✨ feat(setup-pterodactyl-wings): Use bash shebang for (#30)
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`.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Crafted by BigBearTechWorld
|
||||
# Script to set up Pterodactyl server environment and networking
|
||||
|
||||
Reference in New Issue
Block a user