From 43ffcb1d6382a4ac2d05b281e57d5a99bad0a8c2 Mon Sep 17 00:00:00 2001 From: Wes Date: Thu, 26 Jan 2023 16:05:16 +0000 Subject: [PATCH] Allow setup to set up Elastic Fleet for Import Mode --- setup/so-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/so-setup b/setup/so-setup index 86e9f23d0..8aa34d04f 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -587,9 +587,9 @@ if ! [[ -f $install_opt_file ]]; then add_web_user info "Restarting SOC to pick up initial user" logCmd "so-soc-restart" + title "Setting up Elastic Fleet" + logCmd "so-elastic-fleet-setup" if [[ ! $is_import ]]; then - title "Setting up Elastic Fleet" - logCmd "so-elastic-fleet-setup" title "Setting up Playbook" logCmd "so-playbook-reset" fi