mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Summary order change
This commit is contained in:
@@ -449,6 +449,12 @@ whiptail_end_settings() {
|
|||||||
__append_end_msg "Management NIC: $MNIC"
|
__append_end_msg "Management NIC: $MNIC"
|
||||||
__append_end_msg "Management IP: $MAINIP"
|
__append_end_msg "Management IP: $MAINIP"
|
||||||
|
|
||||||
|
if [[ $address_type == 'STATIC' ]]; then
|
||||||
|
__append_end_msg "Gateway: $MGATEWAY"
|
||||||
|
__append_end_msg "DNS: $MDNS"
|
||||||
|
__append_end_msg "DNS Domain: $MSEARCH"
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ -n $so_proxy ]]; then
|
if [[ -n $so_proxy ]]; then
|
||||||
__append_end_msg "Proxy:"
|
__append_end_msg "Proxy:"
|
||||||
__append_end_msg " Server URL: $proxy_addr"
|
__append_end_msg " Server URL: $proxy_addr"
|
||||||
@@ -457,12 +463,6 @@ whiptail_end_settings() {
|
|||||||
__append_end_msg "Proxy: N/A"
|
__append_end_msg "Proxy: N/A"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $address_type == 'STATIC' ]]; then
|
|
||||||
__append_end_msg "Gateway: $MGATEWAY"
|
|
||||||
__append_end_msg "DNS: $MDNS"
|
|
||||||
__append_end_msg "DNS Domain: $MSEARCH"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ $is_sensor ]]; then
|
if [[ $is_sensor ]]; then
|
||||||
__append_end_msg "Bond NIC(s):"
|
__append_end_msg "Bond NIC(s):"
|
||||||
for nic in "${BNICS[@]}"; do
|
for nic in "${BNICS[@]}"; do
|
||||||
|
|||||||
Reference in New Issue
Block a user