Skip to content

Commit

Permalink
Merge pull request #12747 from Security-Onion-Solutions/jertel/ana
Browse files Browse the repository at this point in the history
do not prompt about telemetry on airgap installs
  • Loading branch information
jertel authored Apr 4, 2024
2 parents fb5eea8 + 7c64fc8 commit a35bfc4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup/so-setup
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ if ! [[ -f $install_opt_file ]]; then
get_redirect
# Does the user want to allow access to the UI?
collect_so_allow
whiptail_accept_telemetry
[[ ! $is_airgap ]] && whiptail_accept_telemetry
whiptail_end_settings
elif [[ $is_standalone ]]; then
waitforstate=true
Expand All @@ -469,7 +469,7 @@ if ! [[ -f $install_opt_file ]]; then
collect_webuser_inputs
get_redirect
collect_so_allow
whiptail_accept_telemetry
[[ ! $is_airgap ]] && whiptail_accept_telemetry
whiptail_end_settings
elif [[ $is_manager ]]; then
info "Setting up as node type manager"
Expand All @@ -490,7 +490,7 @@ if ! [[ -f $install_opt_file ]]; then
collect_webuser_inputs
get_redirect
collect_so_allow
whiptail_accept_telemetry
[[ ! $is_airgap ]] && whiptail_accept_telemetry
whiptail_end_settings
elif [[ $is_managersearch ]]; then
info "Setting up as node type managersearch"
Expand All @@ -511,7 +511,7 @@ if ! [[ -f $install_opt_file ]]; then
collect_webuser_inputs
get_redirect
collect_so_allow
whiptail_accept_telemetry
[[ ! $is_airgap ]] && whiptail_accept_telemetry
whiptail_end_settings
elif [[ $is_sensor ]]; then
info "Setting up as node type sensor"
Expand Down Expand Up @@ -601,7 +601,7 @@ if ! [[ -f $install_opt_file ]]; then
collect_webuser_inputs
get_redirect
collect_so_allow
whiptail_accept_telemetry
[[ ! $is_airgap ]] && whiptail_accept_telemetry
whiptail_end_settings

elif [[ $is_receiver ]]; then
Expand Down

0 comments on commit a35bfc4

Please sign in to comment.