Formatting

This commit is contained in:
Josh Brower
2023-11-01 17:00:32 -04:00
parent 344dd7d61f
commit c230cf4eb7

View File

@@ -16,7 +16,7 @@ require_manager
echo
echo "This script will remove the current Elastic Fleet install & all of its data and rerun Elastic Fleet setup."
echo
echo "If you would like to proceed, please type "AGREE" and hit ENTER."
echo "If you would like to proceed, please type AGREE and hit ENTER."
echo
# Read user input
read INPUT
@@ -50,7 +50,7 @@ do
done
done
printf "\n\nRestarting Kibana..\n"
printf "\n\nRestarting Kibana...\n"
so-kibana-restart --force
wait_for_web_response "http://localhost:5601/app/kibana" "Elastic" 300 "curl -K /opt/so/conf/elasticsearch/curl.config"