We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd7a05 commit 1456bd0Copy full SHA for 1456bd0
src/main/docker/include/entrypoint.bash
@@ -31,7 +31,7 @@ function importTrustStores() {
31
-trustcacerts \
32
-keystore "${SSL_TRUSTSTORE:-$CONF_DIR/truststore.p12}" \
33
-file "$cert"\
34
- -storepass "$SSL_TRUSTSTORE_PASS" || true
+ -storepass "$SSL_TRUSTSTORE_PASS" 2>&1 || true
35
done
36
37
FLAGS+=(
0 commit comments