mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-30 03:43:58 +01:00
Fix Analyst Install Loop
This commit is contained in:
@@ -351,7 +351,9 @@ elif [ "$install_type" = 'RECEIVER' ]; then
|
||||
is_minion=true
|
||||
is_receiver=true
|
||||
elif [ "$install_type" = 'ANALYST' ]; then
|
||||
exec bash so-setup analyst
|
||||
if [ "$setup_type" != 'analyst' ]; then
|
||||
exec bash so-setup analyst
|
||||
fi
|
||||
fi
|
||||
|
||||
if [[ $is_manager || $is_import ]]; then
|
||||
|
||||
Reference in New Issue
Block a user