From c230cf4eb7c197b554bd43dfbb8af11dd8144300 Mon Sep 17 00:00:00 2001 From: Josh Brower Date: Wed, 1 Nov 2023 17:00:32 -0400 Subject: [PATCH] Formatting --- salt/manager/tools/sbin_jinja/so-elastic-fleet-reset | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/manager/tools/sbin_jinja/so-elastic-fleet-reset b/salt/manager/tools/sbin_jinja/so-elastic-fleet-reset index 197ea0912..35f867884 100644 --- a/salt/manager/tools/sbin_jinja/so-elastic-fleet-reset +++ b/salt/manager/tools/sbin_jinja/so-elastic-fleet-reset @@ -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"