From 675db1da1b3edc64268c6395b79a3b73ae7f7ab1 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Tue, 13 Oct 2020 13:44:51 -0400 Subject: [PATCH] [fix] Remove tab from string in whiptail menu --- setup/so-whiptail | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index bb116f918..0401146af 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -285,8 +285,7 @@ whiptail_create_web_user() { [ -n "$TESTING" ] && return WEBUSER=$(whiptail --title "Security Onion Install" --inputbox \ - "Please enter an email address to create an administrator account for the web interface: \n\ - This will also be used for TheHive, Cortex, and Fleet." 10 60 3>&1 1>&2 2>&3) + "Please enter an email address to create an administrator account for the web interface: \nThis will also be used for TheHive, Cortex, and Fleet." 10 60 3>&1 1>&2 2>&3) local exitstatus=$? whiptail_check_exitstatus $exitstatus