yacy_search_server/bin/clearcache.sh

4 lines
200 B
Bash
Raw Normal View History

#!/bin/bash
cd "`dirname $0`"
2012-10-11 10:16:37 +02:00
./apicall.sh "/IndexControlURLs_p.html?deleteIndex=off&deleteSolr=off&deleteCache=on&deleteCrawlQueues=off&deleteRobots=on&deleteSearchFl=on&deletecomplete=" > /dev/null