mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
fix import in so-setup
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user