From 936c42b232e566843a4e04d75f605f751329edca Mon Sep 17 00:00:00 2001 From: Oliver Bertuch Date: Wed, 29 Apr 2020 13:12:12 +0200 Subject: [PATCH] Fix #188 with correct calls in Solr init container script. --- docker/solr-k8s/schema/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/solr-k8s/schema/init.sh b/docker/solr-k8s/schema/init.sh index 02c8b2df..210898d2 100644 --- a/docker/solr-k8s/schema/init.sh +++ b/docker/solr-k8s/schema/init.sh @@ -16,7 +16,7 @@ if [ ! -s "/scripts/schema/api/key" ]; then fi UNBLOCK_KEY=`cat /scripts/schema/api/key` -${SCHEMA_SCRIPT_DIR}/update.sh \ +${SCHEMA_SCRIPT_DIR}/updateSchemaMDB.sh \ -t "$TARGET" \ -s "$SOLR_URL" \ -u "$UNBLOCK_KEY" \