Skip to content

Commit 1cf2e7b

Browse files
committed
Reworked Solr install script
1 parent 368ae95 commit 1cf2e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ci/scripts/install_solr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ run_solr5() {
3737
dir_name=$1
3838
./$dir_name/bin/solr -p $SOLR_PORT -h $SOLR_HOST
3939
wait_for_solr
40-
./$dir_name/bin/solr create_core $SOLR_CORE -p $SOLR_PORT -h $SOLR_HOST
40+
./$dir_name/bin/solr create_core -c $SOLR_CORE -p $SOLR_PORT
4141
echo "Started"
4242
}
4343

0 commit comments

Comments
 (0)