fix: Fix solr scripts path

This commit is contained in:
Maicol Battistini 2024-09-23 12:32:53 +02:00
parent d652ca1d44
commit c71be0017c
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -28,10 +28,10 @@ if [ -d "$COREDIR" ]; then
else else
echo "Initializing SOLR core $CKAN_CORE_NAME for CKAN $CKAN_VERSION" echo "Initializing SOLR core $CKAN_CORE_NAME for CKAN $CKAN_VERSION"
# init script for handling an empty /var/solr # init script for handling an empty /var/solr
/opt/docker-solr/scripts/init-var-solr /opt/solr/scripts/init-var-solr
# Precreate CKAN core # Precreate CKAN core
/opt/docker-solr/scripts/precreate-core $CKAN_CORE_NAME /opt/solr/scripts/precreate-core $CKAN_CORE_NAME
# Replace the managed schema with CKANs schema # Replace the managed schema with CKANs schema
echo "Adding CKAN managed schema" echo "Adding CKAN managed schema"