geonetwork / docker-geonetwork

Official Docker image repository for GeoNetwork
35 stars 39 forks source link

ES auth sed command fix #96

Closed ishiland closed 1 year ago

ishiland commented 1 year ago

I ran into some issues properly setting the ES username and password in the properties.config through the entrypoint script. The existing code was duplicating the username and password values. These updated sed commands fix that issue for me. I didn't look to see if this issue exists in previous versions of geonetwork, but I can make the changes if this issue exists there too.