mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
remove cd before running so-setup analyst
This commit is contained in:
@@ -351,7 +351,6 @@ elif [ "$install_type" = 'RECEIVER' ]; then
|
|||||||
is_minion=true
|
is_minion=true
|
||||||
is_receiver=true
|
is_receiver=true
|
||||||
elif [ "$install_type" = 'ANALYST' ]; then
|
elif [ "$install_type" = 'ANALYST' ]; then
|
||||||
cd .. || exit 255
|
|
||||||
exec bash so-setup analyst
|
exec bash so-setup analyst
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -937,7 +937,7 @@ whiptail_install_type_other() {
|
|||||||
if [[ $setup_type == 'network' ]]; then
|
if [[ $setup_type == 'network' ]]; then
|
||||||
install_type=$(whiptail --title "$whiptail_title" --radiolist \
|
install_type=$(whiptail --title "$whiptail_title" --radiolist \
|
||||||
"Choose distributed node type:" 9 65 2 \
|
"Choose distributed node type:" 9 65 2 \
|
||||||
"ANALYST" "Quit setup and run so-analyst-install " ON \
|
"ANALYST" "Setup will exit and run 'so-setup analyst' " ON \
|
||||||
"HELIXSENSOR" "Create a Helix sensor " OFF \
|
"HELIXSENSOR" "Create a Helix sensor " OFF \
|
||||||
3>&1 1>&2 2>&3
|
3>&1 1>&2 2>&3
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user