Summary order change

This commit is contained in:
William Wernert
2021-04-07 17:03:08 -04:00
parent 3c69c0c24c
commit a5f5888913

View File

@@ -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