Skip to content

Commit b5f3d14

Browse files
authored
Merge pull request #189 from IQSS/188-fix-solr-init
188 - Fix Solr init container
2 parents 00c05fb + 936c42b commit b5f3d14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/solr-k8s/schema/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [ ! -s "/scripts/schema/api/key" ]; then
1616
fi
1717
UNBLOCK_KEY=`cat /scripts/schema/api/key`
1818

19-
${SCHEMA_SCRIPT_DIR}/update.sh \
19+
${SCHEMA_SCRIPT_DIR}/updateSchemaMDB.sh \
2020
-t "$TARGET" \
2121
-s "$SOLR_URL" \
2222
-u "$UNBLOCK_KEY" \

0 commit comments

Comments
 (0)