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:
Christopher
2025-01-09 14:55:10 -06:00
committed by GitHub
parent 58881d8e3b
commit 5076849548

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Crafted by BigBearTechWorld
# Script to set up Pterodactyl server environment and networking