Skip to content

Commit 1456bd0

Browse files
committed
ensure stdout output
1 parent acd7a05 commit 1456bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/docker/include/entrypoint.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function importTrustStores() {
3131
-trustcacerts \
3232
-keystore "${SSL_TRUSTSTORE:-$CONF_DIR/truststore.p12}" \
3333
-file "$cert"\
34-
-storepass "$SSL_TRUSTSTORE_PASS" || true
34+
-storepass "$SSL_TRUSTSTORE_PASS" 2>&1 || true
3535
done
3636

3737
FLAGS+=(

0 commit comments

Comments
 (0)