mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +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
|
set_redirect >> $setup_log 2>&1
|
||||||
|
|
||||||
if [[ $is_minion ]] && ! check_manager_state; then
|
if [[ $is_minion ]] && ! check_manager_state; then
|
||||||
whiptail_manager_error || exit 1
|
whiptail_manager_error
|
||||||
fi
|
fi
|
||||||
|
|
||||||
whiptail_end_settings
|
whiptail_end_settings
|
||||||
|
|||||||
Reference in New Issue
Block a user