fix: Fix wrong scripts path

This commit is contained in:
Maicol Battistini 2024-08-19 18:02:51 +02:00
parent f3479e72e2
commit ce1a20dff3
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-9.2.1/docker/scripts/init-var-solr
# Precreate CKAN core # Precreate CKAN core
/opt/docker-solr/scripts/precreate-core $CKAN_CORE_NAME /opt/solr-9.2.1/docker/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"