From eb64c81967b6dd68e9336c6cfc370df68b10fe1d Mon Sep 17 00:00:00 2001 From: Carles Pina i Estany Date: Fri, 19 May 2023 16:33:58 +0200 Subject: [PATCH] Add debugging --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 82048df..8ccd374 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/sh -l +#!/bin/sh -lx set -e # if a command fails it stops the execution set -u # script fails if trying to access to an undefined variable