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:
Yonik Seeley 2006-05-16 13:58:40 +00:00
parent c0df776a1f
commit 7b2989a3c5
1 changed files with 1 additions and 2 deletions

View File

@ -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