diff --git a/setup/so-setup b/setup/so-setup index 5088395f3..2644ca220 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -366,6 +366,7 @@ if ! [[ -f $install_opt_file ]]; then whiptail_airgap fi detect_cloud + set_minion_info set_default_log_size >> $setup_log 2>&1 info "Verifying all network devices are managed by Network Manager that should be" check_network_manager_conf @@ -385,6 +386,7 @@ if ! [[ -f $install_opt_file ]]; then whiptail_airgap fi detect_cloud + set_minion_info set_default_log_size >> $setup_log 2>&1 info "Verifying all network devices are managed by Network Manager that should be" check_network_manager_conf @@ -429,6 +431,7 @@ if ! [[ -f $install_opt_file ]]; then collect_mngr_hostname add_mngr_ip_to_hosts check_manager_connection + set_minion_info whiptail_end_settings elif [[ $is_idh ]]; then @@ -437,6 +440,7 @@ if ! [[ -f $install_opt_file ]]; then collect_mngr_hostname add_mngr_ip_to_hosts check_manager_connection + set_minion_info whiptail_end_settings elif [[ $is_import ]]; then @@ -466,6 +470,7 @@ if ! [[ -f $install_opt_file ]]; then collect_mngr_hostname add_mngr_ip_to_hosts check_manager_connection + set_minion_info whiptail_end_settings fi