Update shebang to use bash instead of sh

This commit is contained in:
Jesse Wierzbinski 2024-04-06 20:50:08 -10:00
parent a821e89722
commit dfc4b624a4
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# This script is a wrapper for the main server, CLI and Prisma binaries. # This script is a wrapper for the main server, CLI and Prisma binaries.
# Commands: # Commands: