Merge pull request #7796 from Security-Onion-Solutions/fix_analyst_setup

Fix analyst setup
This commit is contained in:
Josh Patterson
2022-04-14 16:12:53 -04:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -351,7 +351,6 @@ elif [ "$install_type" = 'RECEIVER' ]; then
is_minion=true
is_receiver=true
elif [ "$install_type" = 'ANALYST' ]; then
cd .. || exit 255
exec bash so-setup analyst
fi

View File

@@ -937,7 +937,7 @@ whiptail_install_type_other() {
if [[ $setup_type == 'network' ]]; then
install_type=$(whiptail --title "$whiptail_title" --radiolist \
"Choose distributed node type:" 9 65 2 \
"ANALYST" "Quit setup and run so-analyst-install " ON \
"ANALYST" "Setup will run 'so-setup analyst' " ON \
"HELIXSENSOR" "Create a Helix sensor " OFF \
3>&1 1>&2 2>&3
)