From e338a630e679fac7089c57b02995c9e8942a19e6 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 19 Feb 2021 00:49:16 -0500 Subject: [PATCH] Tag entrypoint as a bash script This script uses bashisms --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 023e697..df967f4 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # e is for exiting the script automatically if a command fails, u is for exiting if a variable is not set # x would be for showing the commands before they are executed set -eu