Skip to content

Commit

Permalink
fix entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rocheleau committed Dec 17, 2024
1 parent 3e0d63c commit 7262dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7262dc1

Please sign in to comment.