diff --git a/setup/so-setup b/setup/so-setup index 84f3ecaad..01d45e6cd 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -567,9 +567,12 @@ if ! [[ -f $install_opt_file ]]; then add_web_user info "Restarting SOC to pick up initial user" logCmd "so-soc-restart" - logCmd "so-elastic-fleet-setup" - title "Setting up Playbook" - logCmd "so-playbook-reset" + if [[ ! $is_import ]]; then + title "Setting up Elastic Fleet" + logCmd "so-elastic-fleet-setup" + title "Setting up Playbook" + logCmd "so-playbook-reset" + fi checkin_at_boot set_initial_firewall_access whiptail_setup_complete