blob: 792f27c8d16bf50c3708a9357d1a294d337b9414 (
plain)
1
2
3
|
#!/bin/bash
cd "`dirname $0`"
./apicall.sh "/IndexControlURLs_p.html?deleteIndex=off&deleteSolr=off&deleteCache=on&deleteCrawlQueues=off&deleteRobots=on&deleteSearchFl=on&deletecomplete=" > /dev/null
|