diff --git a/setup/so-whiptail b/setup/so-whiptail index 1667722d9..70c1991b3 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -897,7 +897,7 @@ whiptail_set_redirect() { REDIRECTINFO=$(whiptail --title "Security Onion Setup" --radiolist \ "Choose the access method for the web interface:" 20 75 4 \ "IP" "Use IP to access the web interface" ON \ - "HOSTNAME" "Use Hostname ($HOSTNAME) to access the web interface" OFF \ + "HOSTNAME" "Use hostname to access the web interface" OFF \ "OTHER" "Use a different name like a FQDN or Load Balancer" OFF 3>&1 1>&2 2>&3 ) local exitstatus=$? whiptail_check_exitstatus $exitstatus