From bf166ff0702a50bda921625cb0b65f39a4adef73 Mon Sep 17 00:00:00 2001 From: Carles Pina i Estany Date: Tue, 6 Sep 2022 20:25:38 +0100 Subject: [PATCH] Enable shell debugging --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 83a61f1..e7a3a28 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,6 @@ #!/bin/sh -l +set -x set -e # if a command fails it stops the execution set -u # script fails if trying to access to an undefined variable