Fix bash shebang

This commit is contained in:
Joey Hafner 2025-01-02 14:18:32 -08:00
parent 02c980c8bf
commit 3aff72d4bb
Signed by: Jafner
GPG Key ID: 6D9A24EF2F389E55

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!bash
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )