From 9e23c0ba3b96fe032a956c53bdcf94eedeb2bf5c Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Tue, 15 Feb 2022 06:34:30 +0100 Subject: [PATCH] chore(install): enable debug log for minio Signed-off-by: rjshrjndrn --- scripts/helmcharts/openreplay/files/minio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/openreplay/files/minio.sh b/scripts/helmcharts/openreplay/files/minio.sh index dc8fbdbb0..718402d9a 100644 --- a/scripts/helmcharts/openreplay/files/minio.sh +++ b/scripts/helmcharts/openreplay/files/minio.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -e +set -ex cd /tmp