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