mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix] Fix logic to correctly hide prompt
This commit is contained in:
@@ -450,7 +450,7 @@ if [[ $is_manager || $is_import ]]; then
|
|||||||
get_redirect
|
get_redirect
|
||||||
fi
|
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
|
whiptail_manager_updates
|
||||||
if [[ $setup_type == 'network' && $MANAGERUPDATES == 1 ]]; then
|
if [[ $setup_type == 'network' && $MANAGERUPDATES == 1 ]]; then
|
||||||
whiptail_manager_updates_warning
|
whiptail_manager_updates_warning
|
||||||
|
|||||||
Reference in New Issue
Block a user