Change message

This commit is contained in:
weslambert
2024-09-13 13:26:17 -04:00
committed by GitHub
parent da47d247c9
commit fa33348910

View File

@@ -8,7 +8,7 @@
curl_output=$(curl -s -K /opt/so/conf/elasticsearch/curl.config -c - -X GET http://localhost:5601/)
if [ $? -ne 0 ]; then
echo "Error: Failed to connect to localhost:5601 to obtain session cookie."
echo "Error: Failed to connect to Kibana."
exit 1
fi