only show telem status in final whiptail if new deployment

This commit is contained in:
m0duspwnens
2024-05-23 10:08:23 -04:00
parent 19e66604d0
commit 0b9ebefdb6

View File

@@ -451,7 +451,7 @@ whiptail_end_settings() {
done done
fi fi
if [[ ! $is_airgap ]]; then if [[ ! $is_airgap ]] && [[ $dist_option == "NEWDEPLOYMENT" ]]; then
if [[ $telemetry -eq 0 ]]; then if [[ $telemetry -eq 0 ]]; then
__append_end_msg "SOC Telemetry: enabled" __append_end_msg "SOC Telemetry: enabled"
else else