From 11f3cb211daa68a1045580ee0d2e904882674af7 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Mon, 19 Aug 2013 11:33:10 +0200 Subject: [PATCH] Expunge deletes --- optimize_solr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optimize_solr.sh b/optimize_solr.sh index 1c22ed8..bb4127d 100755 --- a/optimize_solr.sh +++ b/optimize_solr.sh @@ -11,4 +11,4 @@ if [ "$2" != "" ] ; then HOST_PORT="$2" fi -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 '' -- 1.7.10.4