fix: Fix solr scripts path
This commit is contained in:
parent
d652ca1d44
commit
c71be0017c
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue