From 7c1bf39ff405368659093e478172d8ca5e9dca11 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Wed, 22 Apr 2020 14:14:57 -0400 Subject: [PATCH] [fix] Don't print hostname in whiptail_set_redirect * Fixes #598 --- setup/so-whiptail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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