From 3f07e64ccbe6d074c8424411d482c4f3a04d0ac0 Mon Sep 17 00:00:00 2001 From: Conrad Date: Wed, 6 May 2020 12:34:50 +0200 Subject: [PATCH] Removed -l command from the shebang --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index e0feaa6..32626ce 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/sh -l +#!/bin/sh # 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