Skip to content

Commit

Permalink
Merge pull request #189 from IQSS/188-fix-solr-init
Browse files Browse the repository at this point in the history
188 - Fix Solr init container
  • Loading branch information
poikilotherm authored Apr 29, 2020
2 parents 00c05fb + 936c42b commit b5f3d14
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 b5f3d14

Please sign in to comment.