Skip to content

Commit 3b25d6a

Browse files
committed
Debug
1 parent 48b4a5d commit 3b25d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/travis/install_elasticsearch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ then
44
curl -O https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.deb
55
sudo apt-get install elasticsearch-${ES_VERSION}.deb
66
sudo systemctl status elasticsearch.service
7-
sudo service elasticsearch restart
7+
sudo service elasticsearch restart &
88
sleep 10
99
sudo systemctl status elasticsearch.service -l
1010
fi

0 commit comments

Comments
 (0)