From 8323f3f57aece95f3ae80464a56eede7e1930922 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Fri, 12 Feb 2021 12:23:45 -0500 Subject: [PATCH] [fix] Fix logic to correctly hide prompt --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index 5f0501dce..05fb22bd7 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -450,7 +450,7 @@ if [[ $is_manager || $is_import ]]; then get_redirect fi -if [[ ! $is_airgap && $is_distmanager || ( $is_sensor || $is_node || $is_fleet_standalone ) && ! $is_eval ]]; then +if [[ ! $is_airgap && ( $is_distmanager || ( $is_sensor || $is_node || $is_fleet_standalone ) && ! $is_eval ) ]]; then whiptail_manager_updates if [[ $setup_type == 'network' && $MANAGERUPDATES == 1 ]]; then whiptail_manager_updates_warning