summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2012-10-11 10:16:37 +0200
committerMichael Peter Christen <mc@yacy.net>2012-10-11 10:16:37 +0200
commitf3fc8eac809641f915be2427c3476e0ba8eb7df9 (patch)
tree6899fd7b95d619d6b154e930a0fe92c95db7bf73
parent5f0ab253829910ae5b5ba64b1d5a547cac363b8f (diff)
fixed clear scripts
-rwxr-xr-xbin/clearall.sh2
-rwxr-xr-xbin/clearcache.sh2
-rwxr-xr-xbin/clearindex.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/clearall.sh b/bin/clearall.sh
index 0302d1630..ad977d7d2 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&deleteSolr=on&deleteCrawlQueues=on&deleteRobots=on&deleteSearchFl=on&deleteCache=on" > /dev/null \ No newline at end of file
+./apicall.sh "/IndexControlURLs_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/clearcache.sh b/bin/clearcache.sh
index 209be29c5..792f27c8d 100755
--- a/bin/clearcache.sh
+++ b/bin/clearcache.sh
@@ -1,3 +1,3 @@
#!/bin/bash
cd "`dirname $0`"
-./apicall.sh "/IndexControlRWIs_p.html?deleteIndex=off&deleteSolr=off&deleteCache=on&deleteCrawlQueues=off&deleteRobots=on&deleteSearchFl=on&deletecomplete=" > /dev/null
+./apicall.sh "/IndexControlURLs_p.html?deleteIndex=off&deleteSolr=off&deleteCache=on&deleteCrawlQueues=off&deleteRobots=on&deleteSearchFl=on&deletecomplete=" > /dev/null
diff --git a/bin/clearindex.sh b/bin/clearindex.sh
index 48c7580af..f2cc02e38 100755
--- a/bin/clearindex.sh
+++ b/bin/clearindex.sh
@@ -1,3 +1,3 @@
#!/bin/bash
cd "`dirname $0`"
-./apicall.sh "/IndexControlRWIs_p.html?deletecomplete=&deleteIndex=on&deleteSolr=on&deleteCrawlQueues=on&deleteRobots=on&deleteSearchFl=on&deleteCache=off" > /dev/null
+./apicall.sh "/IndexControlURLs_p.html?deletecomplete=&deleteIndex=on&deleteSolr=on&deleteCrawlQueues=on&deleteRobots=on&deleteSearchFl=on&deleteCache=off" > /dev/null