mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
only show telem status in final whiptail if new deployment
This commit is contained in:
@@ -451,7 +451,7 @@ whiptail_end_settings() {
|
||||
done
|
||||
fi
|
||||
|
||||
if [[ ! $is_airgap ]]; then
|
||||
if [[ ! $is_airgap ]] && [[ $dist_option == "NEWDEPLOYMENT" ]]; then
|
||||
if [[ $telemetry -eq 0 ]]; then
|
||||
__append_end_msg "SOC Telemetry: enabled"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user