Fix Analyst Install Loop

This commit is contained in:
Mike Reeves
2022-04-18 11:02:19 -04:00
parent 891a197a6a
commit 012ff3e1bc
2 changed files with 8 additions and 14 deletions

View File

@@ -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