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
echo "This script will remove the current Elastic Fleet install & all of its data and rerun Elastic Fleet setup." echo "This script will remove the current Elastic Fleet install & all of its data and rerun Elastic Fleet setup."
echo 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 echo
# Read user input # Read user input
read INPUT read INPUT
@@ -50,7 +50,7 @@ do
done done
done done
printf "\n\nRestarting Kibana..\n" printf "\n\nRestarting Kibana...\n"
so-kibana-restart --force so-kibana-restart --force
wait_for_web_response "http://localhost:5601/app/kibana" "Elastic" 300 "curl -K /opt/so/conf/elasticsearch/curl.config" wait_for_web_response "http://localhost:5601/app/kibana" "Elastic" 300 "curl -K /opt/so/conf/elasticsearch/curl.config"