summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2011-09-08 12:54:10 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2011-09-08 12:54:10 +0000
commit2e8c8ebf546e546695c9981d2c979897a3fdfe86 (patch)
tree5de9638cd3c41233adba324b8f27eccaf5f9c9cc
parent2cba86069319bbe444bf6246722447c69f18d00e (diff)
fix for clear commands
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7939 6c8d7289-2bf4-0310-a012-ef5d649a1542
-rwxr-xr-xbin/clearall.sh2
-rwxr-xr-xbin/clearindex.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/clearall.sh b/bin/clearall.sh
index 2f9290210..0302d1630 100755
--- a/bin/clearall.sh
+++ b/bin/clearall.sh
@@ -1,3 +1,3 @@
#!/bin/bash
cd "`dirname $0`"
-./apicall.sh "/IndexControlRWIs_p.html?deletecomplete=&deleteIndex=on&deleteCrawlQueues=on&deleteCache=on&deleteRobots=on&deleteSearchFl=on"
+./apicall.sh "/IndexControlRWIs_p.html?deletecomplete=&deleteIndex=on&deleteSolr=on&deleteCrawlQueues=on&deleteRobots=on&deleteSearchFl=on&deleteCache=on" > /dev/null \ No newline at end of file
diff --git a/bin/clearindex.sh b/bin/clearindex.sh
index 535371981..48c7580af 100755
--- a/bin/clearindex.sh
+++ b/bin/clearindex.sh
@@ -1,3 +1,3 @@
#!/bin/bash
cd "`dirname $0`"
-./apicall.sh "/IndexControlRWIs_p.html?deleteIndex=on&deleteSolr=on&deleteCache=off&deleteCrawlQueues=on&deleteRobots=on&deleteSearchFl=on&deletecomplete=" > /dev/null
+./apicall.sh "/IndexControlRWIs_p.html?deletecomplete=&deleteIndex=on&deleteSolr=on&deleteCrawlQueues=on&deleteRobots=on&deleteSearchFl=on&deleteCache=off" > /dev/null