Skip to content

Commit

Permalink
Fix #188 with correct calls in Solr init container script.
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Apr 29, 2020
1 parent 00c05fb commit 936c42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/solr-k8s/schema/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 936c42b

Please sign in to comment.