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