From 36aef87a3c123eeb7f88ef1220167d62da1e8546 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Thu, 14 Apr 2022 16:03:43 -0400 Subject: [PATCH] remove cd before running so-setup analyst --- setup/so-setup | 1 - setup/so-whiptail | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup/so-setup b/setup/so-setup index e767a7dde..30bafc406 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -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 diff --git a/setup/so-whiptail b/setup/so-whiptail index a141485d7..49dba99fc 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -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 exit and run 'so-setup analyst' " ON \ "HELIXSENSOR" "Create a Helix sensor " OFF \ 3>&1 1>&2 2>&3 )