git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7939 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
2cba860693
commit
2e8c8ebf54
@ -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
|
@ -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
|
||||
|
Loading…
Reference in new issue