Skip to content

Commit c747d23

Browse files
author
John Spellman
committed
move into run
1 parent 0167d59 commit c747d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install-solr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ run() {
2929
else
3030
java -Djetty.port=$SOLR_PORT -jar start.jar > /dev/null 2>&1 &
3131
fi
32+
is_solr_up
3233
wait_for_solr
3334
cd ../../
3435
echo "Started"
@@ -60,7 +61,6 @@ download_and_run() {
6061
# Run solr
6162
run $dir_name $SOLR_PORT
6263

63-
is_solr_up
6464

6565
}
6666

0 commit comments

Comments
 (0)