diff --git a/setup/so-setup b/setup/so-setup index 88a4daa5a..8d01089e0 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -247,7 +247,9 @@ if ! [[ -f $install_opt_file ]]; then true fi fi - whiptail_install_type + if [[ ! $is_analyst ]]; then + whiptail_install_type + fi else source $install_opt_file fi