From f5e10430edbd6fcf6940e98a9cd00890c470ea46 Mon Sep 17 00:00:00 2001 From: weslambert Date: Mon, 18 Jul 2022 09:07:13 -0400 Subject: [PATCH] Add forward slash to fix issue with missing query path --- salt/common/tools/sbin/soup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index e72c7806c..527bf1fc2 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -832,7 +832,7 @@ up_to_2.3.140() { COUNT=0 ELASTICSEARCH_CONNECTED="no" while [[ "$COUNT" -le 240 ]]; do - so-elasticsearch-query -k --output /dev/null + so-elasticsearch-query / -k --output /dev/null if [ $? -eq 0 ]; then ELASTICSEARCH_CONNECTED="yes" echo "connected!"