Skip to content

Commit 7c8987c

Browse files
committed
fix
1 parent b16159a commit 7c8987c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

addons/minio/scripts/startup.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,14 @@ build_startup_cmd() {
7171
}
7272

7373
startup() {
74-
# Override HTTP_PROTOCOL based on TLS_ENABLED runtime variable
7574
if [ "$TLS_ENABLED" = "true" ]; then
7675
export HTTP_PROTOCOL="https"
7776
else
7877
export HTTP_PROTOCOL="http"
7978
fi
80-
79+
8180
setup_tls_certs
82-
81+
8382
cmd=$(build_startup_cmd)
8483
status=$?
8584
if [ $status -ne 0 ]; then

0 commit comments

Comments
 (0)