diff --git a/setup/so-functions b/setup/so-functions index ae9df00fa..d48ecff0e 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -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