projects
/
scripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e58bdb
)
Clear cache after uploading
author
varac
<varacanero@zeromail.org>
Tue, 11 Apr 2017 12:07:11 +0000
(14:07 +0200)
committer
varac
<varacanero@zeromail.org>
Tue, 11 Apr 2017 12:07:11 +0000
(14:07 +0200)
elastic/load.sh
patch
|
blob
|
history
diff --git
a/elastic/load.sh
b/elastic/load.sh
index
1af1e9b
..
c077948
100755
(executable)
--- a/
elastic/load.sh
+++ b/
elastic/load.sh
@@
-143,3
+143,6
@@
do
-d @${file} || exit 1
echo
done
+
+# Clear cache
+${CURL} -XPOST ${ELASTICSEARCH}/_cache/clear