diff --git a/src/main/docker/include/entrypoint.bash b/src/main/docker/include/entrypoint.bash index 4c7dcb5da..a3ed8b91e 100755 --- a/src/main/docker/include/entrypoint.bash +++ b/src/main/docker/include/entrypoint.bash @@ -31,7 +31,7 @@ function importTrustStores() { -trustcacerts \ -keystore "${SSL_TRUSTSTORE:-$CONF_DIR/truststore.p12}" \ -file "$cert"\ - -storepass "$SSL_TRUSTSTORE_PASS" + -storepass "$SSL_TRUSTSTORE_PASS" || true done FLAGS+=(