From 563a606e0e24d73cb4d3a308e07b2e039f6f0a02 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 28 Oct 2020 10:14:14 -0400 Subject: [PATCH] Upodate dockernet menu --- setup/so-whiptail | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index 957532bed..ae8d35d48 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -462,7 +462,8 @@ whiptail_dockernet_check(){ [ -n "$TESTING" ] && return whiptail --title "Security Onion Setup" --yesno \ - "Do you want to keep the default Docker IP range?\n \n(Choose yes if you don't know what this means)" 8 75 + "Do you want to keep the default Docker IP range? \n\ + (Choose yes if you don't know what this means)" 8 75 local exitstatus=$? @@ -477,8 +478,8 @@ whiptail_dockernet_net() { DOCKERNET=$(whiptail --title "Security Onion Setup" --inputbox \ "\nEnter a /24 network range for docker to use: \n\ - \nThe same range MUST be used on ALL node\n\ - \n(Default value is pre-populated.)" 10 75 172.17.0.0 3>&1 1>&2 2>&3) + The same range MUST be used on ALL node\n\ + (Default value is pre-populated.)" 10 75 172.17.0.0 3>&1 1>&2 2>&3) local exitstatus=$? whiptail_check_exitstatus $exitstatus