We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b4a5d commit 3b25d6aCopy full SHA for 3b25d6a
scripts/travis/install_elasticsearch.sh
@@ -4,7 +4,7 @@ then
4
curl -O https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.deb
5
sudo apt-get install elasticsearch-${ES_VERSION}.deb
6
sudo systemctl status elasticsearch.service
7
- sudo service elasticsearch restart
+ sudo service elasticsearch restart &
8
sleep 10
9
sudo systemctl status elasticsearch.service -l
10
fi
0 commit comments