From 3ee3512b8cf5553d2310abeb9f5fae6cad01e20f Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:27:39 +0200 Subject: [PATCH] =?UTF-8?q?generate-solr-config.sh:=20.bar=20=E2=86=92=20.?= =?UTF-8?q?bak?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So line 129 can remove it. --- bin/generate-solr-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/generate-solr-config.sh b/bin/generate-solr-config.sh index 2194b022..ac7ab0fe 100755 --- a/bin/generate-solr-config.sh +++ b/bin/generate-solr-config.sh @@ -122,7 +122,7 @@ fi sed -i.bak '//d' $DESTINATION_DIR/solrconfig.xml sed -i.bak 's/${solr.autoSoftCommit.maxTime:-1}/${solr.autoSoftCommit.maxTime:20}/' $DESTINATION_DIR/solrconfig.xml # Configure spellcheck component -sed -i.bar 's/_text_<\/str>/meta_content__text_t<\/str>/' $DESTINATION_DIR/solrconfig.xml +sed -i.bak 's/_text_<\/str>/meta_content__text_t<\/str>/' $DESTINATION_DIR/solrconfig.xml # Add spellcheck component to /select handler sed -i.bak 's//\n \n spellcheck<\/str>\n <\/arr>/' $DESTINATION_DIR/solrconfig.xml