[fix] Bond NICs array expansion

This commit is contained in:
William Wernert
2020-04-02 20:49:19 -04:00
parent baa5dba199
commit 1e94961665

View File

@@ -395,7 +395,7 @@ create_sensor_bond() {
ethernet.mtu $MTU \
connection.autoconnect "yes" >> $SETUPLOG 2>&1
for BNIC in "${BNICS[@]}"; do
for BNIC in ${BNICS[@]}; do
BONDNIC="$(echo -e "${BNIC}" | tr -d '"')" # Strip the quotes from the NIC names
# Check if specific offload features are able to be disabled