From 400879c079bf7655c276abd575ff924137269fb3 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Mon, 18 Apr 2022 07:53:57 -0400 Subject: [PATCH] Remove distributed verbiage from other node option in so-whiptail --- setup/so-whiptail | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index 6db6e08f9..5c6129f76 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -936,14 +936,14 @@ whiptail_install_type_other() { # so only show it on network installs for now if [[ $setup_type == 'network' ]]; then install_type=$(whiptail --title "$whiptail_title" --radiolist \ - "Choose distributed node type:" 9 65 2 \ + "Choose node type:" 9 65 2 \ "ANALYST" "Setup will run 'so-setup analyst' " ON \ "HELIXSENSOR" "Create a Helix sensor " OFF \ 3>&1 1>&2 2>&3 ) else install_type=$(whiptail --title "$whiptail_title" --radiolist \ - "Choose distributed node type:" 8 65 1 \ + "Choose node type:" 8 65 1 \ "HELIXSENSOR" "Create a Helix sensor " ON \ 3>&1 1>&2 2>&3 )