Skip to content

Commit

Permalink
Merged branch '3.3' of ezsystems/ezplatform-solr-search-engine into 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed May 7, 2024
2 parents 3473b80 + 2fb300d commit 02d3810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate-solr-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ if [ "$SOLR_INSTALL_DIR" == "" ]; then
# If we were not provided an existing install directory we'll temporarily download a version of solr to generate config.
GENERATE_SOLR_TMPDIR=`mktemp -d`
echo "Downloading solr bundle:"
curl http://archive.apache.org/dist/lucene/solr/${SOLR_VERSION}/solr-${SOLR_VERSION}.tgz > $GENERATE_SOLR_TMPDIR/solr-${SOLR_VERSION}.tgz
curl https://archive.apache.org/dist/lucene/solr/${SOLR_VERSION}/solr-${SOLR_VERSION}.tgz > $GENERATE_SOLR_TMPDIR/solr-${SOLR_VERSION}.tgz

echo "Untaring"
cd $GENERATE_SOLR_TMPDIR
Expand Down

0 comments on commit 02d3810

Please sign in to comment.