mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Remove bad || statement
This commit is contained in:
@@ -575,7 +575,7 @@ if [[ $is_manager || $is_import ]]; then collect_so_allow; fi
|
||||
set_redirect >> $setup_log 2>&1
|
||||
|
||||
if [[ $is_minion ]] && ! check_manager_state; then
|
||||
whiptail_manager_error || exit 1
|
||||
whiptail_manager_error
|
||||
fi
|
||||
|
||||
whiptail_end_settings
|
||||
|
||||
Reference in New Issue
Block a user