mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #12644 from Security-Onion-Solutions/dougburks-patch-1
FIX: Specify that static IP address is recommended #12643
This commit is contained in:
@@ -288,9 +288,9 @@ whiptail_dhcp_or_static() {
|
|||||||
[ -n "$TESTING" ] && return
|
[ -n "$TESTING" ] && return
|
||||||
|
|
||||||
address_type=$(whiptail --title "$whiptail_title" --menu \
|
address_type=$(whiptail --title "$whiptail_title" --menu \
|
||||||
"Choose how to set up your management interface:" 20 78 4 \
|
"Choose how to set up your management interface. We recommend using a static IP address." 20 78 4 \
|
||||||
"STATIC" "Set a static IPv4 address" \
|
"STATIC" "Set a static IPv4 address (recommended)" \
|
||||||
"DHCP" "Use DHCP to configure the Management Interface" 3>&1 1>&2 2>&3 )
|
"DHCP" "Use DHCP to configure the management interface" 3>&1 1>&2 2>&3 )
|
||||||
local exitstatus=$?
|
local exitstatus=$?
|
||||||
whiptail_check_exitstatus $exitstatus
|
whiptail_check_exitstatus $exitstatus
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user