From d10666ad976ac7e3cf19a0f0bfaf7b7db0256a8d Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Mon, 30 Sep 2019 07:39:47 -0400 Subject: [PATCH] Update so-setup-network.sh --- so-setup-network.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index 3d4a1a1db..cd043375f 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -1145,8 +1145,7 @@ whiptail_check_exitstatus() { whiptail_create_socore_user() { - whiptail --title "Security Onion Setup" --msgbox "Set a password for the socore user. This account is used \ - for adding sensors remotely." 8 78 + whiptail --title "Security Onion Setup" --msgbox "Set a password for the socore user. This account is used for adding sensors remotely." 8 78 }