fix import in so-setup

This commit is contained in:
Doug Burks
2022-12-19 16:48:35 -05:00
committed by GitHub
parent b901efc90d
commit 7168c4f91a

View File

@@ -429,11 +429,22 @@ if ! [[ -f $install_opt_file ]]; then
whiptail_end_settings whiptail_end_settings
elif [[ $is_import ]]; then elif [[ $is_import ]]; then
waitforstate=true
monints=true
check_elastic_license
check_requirements "import" check_requirements "import"
networking_needful networking_needful
collect_mngr_hostname whiptail_airgap
add_mngr_ip_to_hosts detect_cloud
check_manager_connection 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
set_network_dev_status_list
calculate_useable_cores
collect_webuser_inputs
get_redirect
collect_so_allow
whiptail_end_settings whiptail_end_settings
elif [[ $is_receiver ]]; then elif [[ $is_receiver ]]; then