From dfc4b624a47d2fc9169f657b2cb7972564659d0b Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Sat, 6 Apr 2024 20:50:08 -1000 Subject: [PATCH] Update shebang to use bash instead of sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 04964561..5db0a98c 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # This script is a wrapper for the main server, CLI and Prisma binaries. # Commands: