From 6b39f1b2810b74b0893896af4b7c4d0b8d7a0a82 Mon Sep 17 00:00:00 2001 From: Conrad Date: Wed, 6 May 2020 13:46:30 +0200 Subject: [PATCH] Added explicit shebang to bash script --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 32626ce..8946152 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