mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
MTU is not always set by the user, so don't always show in summary
This commit is contained in:
@@ -460,7 +460,7 @@ whiptail_end_settings() {
|
||||
for nic in "${BNICS[@]}"; do
|
||||
__append_end_msg " - $nic"
|
||||
done
|
||||
__append_end_msg "MTU: $MTU"
|
||||
[[ -n $MTU ]] && __append_end_msg "MTU: $MTU"
|
||||
fi
|
||||
|
||||
local homenet_arr
|
||||
|
||||
Reference in New Issue
Block a user