Add forward slash to fix issue with missing query path

This commit is contained in:
weslambert
2022-07-18 09:07:13 -04:00
committed by GitHub
parent b5a78d4577
commit f5e10430ed

View File

@@ -832,7 +832,7 @@ up_to_2.3.140() {
COUNT=0 COUNT=0
ELASTICSEARCH_CONNECTED="no" ELASTICSEARCH_CONNECTED="no"
while [[ "$COUNT" -le 240 ]]; do while [[ "$COUNT" -le 240 ]]; do
so-elasticsearch-query -k --output /dev/null so-elasticsearch-query / -k --output /dev/null
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
ELASTICSEARCH_CONNECTED="yes" ELASTICSEARCH_CONNECTED="yes"
echo "connected!" echo "connected!"