MTU is not always set by the user, so don't always show in summary

This commit is contained in:
William Wernert
2021-04-07 13:42:18 -04:00
parent f83ac5a278
commit ec076bba4a

View File

@@ -460,7 +460,7 @@ whiptail_end_settings() {
for nic in "${BNICS[@]}"; do for nic in "${BNICS[@]}"; do
__append_end_msg " - $nic" __append_end_msg " - $nic"
done done
__append_end_msg "MTU: $MTU" [[ -n $MTU ]] && __append_end_msg "MTU: $MTU"
fi fi
local homenet_arr local homenet_arr