[fix] Add verbose flag so that so-monitor-add only sees necessary information

This commit is contained in:
William Wernert
2021-01-15 09:25:04 -05:00
parent f4de5e28bf
commit ed129bcf1f
2 changed files with 19 additions and 4 deletions

View File

@@ -884,7 +884,7 @@ configure_network_sensor() {
local err=0
for BNIC in "${BNICS[@]}"; do
add_interface_bond0 "$BNIC" >> "$setup_log" 2>&1
add_interface_bond0 "$BNIC" --verbose >> "$setup_log" 2>&1
local ret=$?
[[ $ret -eq 0 ]] || err=$ret
done