diff --git a/setup/so-whiptail b/setup/so-whiptail index cfad65fae..957532bed 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -462,7 +462,7 @@ whiptail_dockernet_check(){ [ -n "$TESTING" ] && return whiptail --title "Security Onion Setup" --yesno \ - "Do you want to keep the default Docker IP range? (Choose yes if you don't know what this means)" 8 75 + "Do you want to keep the default Docker IP range?\n \n(Choose yes if you don't know what this means)" 8 75 local exitstatus=$?