diff --git a/so-setup-network.sh b/so-setup-network.sh index 2cc947a88..ec2f97233 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -1066,6 +1066,11 @@ whiptail_bond_nics() { BNICS=$(whiptail --title "NIC Setup" --checklist "Please add NICs to the Monitor Interface" 20 78 12 ${FNICS[@]} 3>&1 1>&2 2>&3 ) + while [ -z "$BNICS" ] + do + BNICS=$(whiptail --title "NIC Setup" --checklist "Please add NICs to the Monitor Interface" 20 78 12 ${FNICS[@]} 3>&1 1>&2 2>&3 ) + done + local exitstatus=$? whiptail_check_exitstatus $exitstatus