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