From 7262dc16efc01505664ff4eaaac9bfc2459e7f62 Mon Sep 17 00:00:00 2001 From: v-rocheleau Date: Tue, 17 Dec 2024 12:45:12 -0500 Subject: [PATCH] fix entrypoint --- entrypoint.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.bash b/entrypoint.bash index 0c268f4..cb7b2ba 100644 --- a/entrypoint.bash +++ b/entrypoint.bash @@ -156,7 +156,7 @@ else '/tpl__redirect_yes__start/,/tpl__redirect_yes__end/d' \ ./nginx.conf.pre fi -if [[ "$(true_values_to_1 $BENTO_MINIO_ENABLED)" == 1]]; then +if [[ "$(true_values_to_1 $BENTO_MINIO_ENABLED)" == 1 ]]; then echo "[bento_gateway] [entrypoint] Fine-tuning nginx.conf to use Minio" else echo "[bento_gateway] [entrypoint] Fine-tuning nginx.conf to disable Minio"