yacy_search_server/bin/clearindex.sh
Michael Peter Christen f3fc8eac80 fixed clear scripts
2012-10-11 10:16:37 +02:00

4 lines
198 B
Bash
Executable File

#!/bin/bash
cd "`dirname $0`"
./apicall.sh "/IndexControlURLs_p.html?deletecomplete=&deleteIndex=on&deleteSolr=on&deleteCrawlQueues=on&deleteRobots=on&deleteSearchFl=on&deleteCache=off" > /dev/null