mirror of https://github.com/apache/lucene.git
fix update URL in post.sh
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@406949 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c0df776a1f
commit
7b2989a3c5
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh
|
||||
FILES=$*
|
||||
#URL=http://localhost:8983/solr/update
|
||||
URL=http://localhost:7070/update
|
||||
URL=http://localhost:8983/solr/update
|
||||
|
||||
for f in $FILES; do
|
||||
echo Posting file $f to $URL
|
||||
|
|
Loading…
Reference in New Issue