Setup Scripts - Fix bond nic text for centos

This commit is contained in:
Mike Reeves
2018-10-08 12:32:02 -04:00
parent 1cfc6fe386
commit b2e262d616

View File

@@ -171,7 +171,7 @@ create_bond() {
echo "SLAVE=yes" >> /etc/sysconfig/network-scripts/ifcfg-$BONDNIC
done
nmcli con reload
systemctl restart networking
systemctl restart network
else