Skip to content

Commit

Permalink
fix build-reindex script
Browse files Browse the repository at this point in the history
  • Loading branch information
bdelbosc committed Jan 31, 2019
1 parent 0b9af69 commit 1838870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/common/files/bin/bulk-reindex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
SERVER_URL=${SERVER_URL:-http://nuxeo.docker.localhost}
set -e
SCRIPT_PATH="$(cd "$(dirname "$0")"; pwd -P)"
curl -s -X POST '${SERVER_URL}/nuxeo/site/automation/Elasticsearch.BulkIndex' -u Administrator:Administrator -H 'content-type: application/json+nxrequest' -d '{"params":{},"context":{}}' | tee /tmp/bulk-command.txt | jq .
curl -s -X POST "${SERVER_URL}/nuxeo/site/automation/Elasticsearch.BulkIndex" -u Administrator:Administrator -H 'content-type: application/json+nxrequest' -d '{"params":{},"context":{}}' | tee /tmp/bulk-command.txt | jq .
${SCRIPT_PATH}/bulk-status.sh

0 comments on commit 1838870

Please sign in to comment.