Update shebang to use bash instead of sh

"function" is a bash builtin
This commit is contained in:
EnderIce2 2024-05-29 23:11:14 +03:00
parent a640dd5af1
commit 38e620836e
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# This script is used to create a LaunchAgent on MacOS, to support the service functionality.
# Usage: ./launchd.sh (install|remove)