From c1396ead9771eebcaa1bd01453fd1333c523a3fb Mon Sep 17 00:00:00 2001 From: NamrathShetty Date: Sat, 22 Mar 2025 12:51:24 +0530 Subject: [PATCH] Update shebang in entrypoint scripts to use /usr/bin/env bash --- 16.0/entrypoint.sh | 2 +- 17.0/entrypoint.sh | 2 +- 18.0/entrypoint.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/16.0/entrypoint.sh b/16.0/entrypoint.sh index f802bcb..df4546f 100755 --- a/16.0/entrypoint.sh +++ b/16.0/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e diff --git a/17.0/entrypoint.sh b/17.0/entrypoint.sh index f802bcb..df4546f 100755 --- a/17.0/entrypoint.sh +++ b/17.0/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e diff --git a/18.0/entrypoint.sh b/18.0/entrypoint.sh index f802bcb..df4546f 100755 --- a/18.0/entrypoint.sh +++ b/18.0/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e