Skip to content

Commit 4adbe94

Browse files
committed
Tweak script for new cli format
1 parent 6bae671 commit 4adbe94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis/download_and_run_es.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ find . -name "elasticsearch.yml" | while read TXT ; do echo 'path.repo: ["/tmp"]
2525
echo "Starting Elasticsearch v${ES_VERSION}"
2626

2727
./elasticsearch-*/bin/elasticsearch \
28-
-E es.discovery.zen.ping_timeout=1s \
29-
-E es.discovery.zen.minimum_master_nodes=1 \
28+
-E discovery.zen.ping_timeout=1s \
29+
-E discovery.zen.minimum_master_nodes=1 \
3030
-d
3131

3232

0 commit comments

Comments
 (0)