diff options
Diffstat (limited to 'bin/clearindex.sh')
| -rwxr-xr-x | bin/clearindex.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/clearindex.sh b/bin/clearindex.sh index c32abf94a..9c78bb997 100755 --- a/bin/clearindex.sh +++ b/bin/clearindex.sh @@ -1,3 +1,3 @@ #!/usr/bin/env sh cd "`dirname $0`" -./apicall.sh "/IndexControlURLs_p.html?deletecomplete=&deleteIndex=on&deleteSolr=on&deleteCrawlQueues=on&deleteRobots=on&deleteSearchFl=on&deleteCache=off" > /dev/null +./protectedPostApiCall.sh "IndexControlURLs_p.html" "deletecomplete=&deleteIndex=on&deleteSolr=on&deleteCrawlQueues=on&deleteRobots=on&deleteSearchFl=on&deleteCache=off" |
