From 59f25d1ad091ea1b061b08288b6722d06cb2c705 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Mon, 19 Aug 2013 11:32:07 +0200 Subject: [PATCH] Remove the database id: not in use. Expunge deletes --- commit_solr.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/commit_solr.sh b/commit_solr.sh index 0cb3a43..2b3f6c3 100644 --- a/commit_solr.sh +++ b/commit_solr.sh @@ -1,9 +1,4 @@ #!/bin/bash - -if [ "$1" == "" ] ; then - echo "No database id given" - exit 1 ; -fi HOST=localhost PORT=8080 -curl http://$HOST:$PORT/solr/update -H "Content-Type: text/xml" --data-binary '' \ No newline at end of file +curl http://$HOST:$PORT/solr/update -H "Content-Type: text/xml" --data-binary '' \ No newline at end of file -- 1.7.10.4