mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Fix reinstall logic
This commit is contained in:
@@ -318,7 +318,9 @@ if ! [[ -f $install_opt_file ]]; then
|
||||
check_requirements "manager"
|
||||
networking_needful
|
||||
collect_dockernet
|
||||
whiptail_airgap
|
||||
if [[ $is_iso ]]; then
|
||||
whiptail_airgap
|
||||
fi
|
||||
detect_cloud
|
||||
set_minion_info
|
||||
set_default_log_size >> $setup_log 2>&1
|
||||
@@ -338,7 +340,9 @@ if ! [[ -f $install_opt_file ]]; then
|
||||
check_requirements "manager"
|
||||
networking_needful
|
||||
collect_dockernet
|
||||
whiptail_airgap
|
||||
if [[ $is_iso ]]; then
|
||||
whiptail_airgap
|
||||
fi
|
||||
detect_cloud
|
||||
set_minion_info
|
||||
set_default_log_size >> $setup_log 2>&1
|
||||
@@ -357,7 +361,9 @@ if ! [[ -f $install_opt_file ]]; then
|
||||
check_requirements "manager"
|
||||
networking_needful
|
||||
collect_dockernet
|
||||
whiptail_airgap
|
||||
if [[ $is_iso ]]; then
|
||||
whiptail_airgap
|
||||
fi
|
||||
detect_cloud
|
||||
set_default_log_size >> $setup_log 2>&1
|
||||
info "Verifying all network devices are managed by Network Manager that should be"
|
||||
@@ -374,7 +380,9 @@ if ! [[ -f $install_opt_file ]]; then
|
||||
check_requirements "manager"
|
||||
networking_needful
|
||||
collect_dockernet
|
||||
whiptail_airgap
|
||||
if [[ $is_iso ]]; then
|
||||
whiptail_airgap
|
||||
fi
|
||||
detect_cloud
|
||||
set_default_log_size >> $setup_log 2>&1
|
||||
info "Verifying all network devices are managed by Network Manager that should be"
|
||||
@@ -436,7 +444,9 @@ if ! [[ -f $install_opt_file ]]; then
|
||||
check_elastic_license
|
||||
check_requirements "import"
|
||||
networking_needful
|
||||
whiptail_airgap
|
||||
if [[ $is_iso ]]; then
|
||||
whiptail_airgap
|
||||
fi
|
||||
detect_cloud
|
||||
set_minion_info
|
||||
set_default_log_size >> $setup_log 2>&1
|
||||
@@ -459,6 +469,7 @@ if ! [[ -f $install_opt_file ]]; then
|
||||
fi
|
||||
|
||||
if [[ $waitforstate ]]; then
|
||||
touch /root/accept_changes
|
||||
percentage=0
|
||||
es_heapsize
|
||||
ls_heapsize
|
||||
@@ -579,6 +590,7 @@ if ! [[ -f $install_opt_file ]]; then
|
||||
set_initial_firewall_access
|
||||
whiptail_setup_complete
|
||||
else
|
||||
touch /root/accept_changes
|
||||
es_heapsize
|
||||
ls_heapsize
|
||||
generate_interface_vars
|
||||
|
||||
Reference in New Issue
Block a user