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