From 23300bf26099b7ff9a4f0fef221048d80a05a369 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Fri, 31 May 2019 15:03:19 -0400 Subject: [PATCH] Calling new 'create_bond_nmcli' function --- so-setup-network.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index ed1557826..23db2f26a 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -1776,7 +1776,7 @@ if (whiptail_you_sure); then echo -e "XXX\n0\nSetting Initial Firewall Policy... \nXXX" set_initial_firewall_policy >>~/sosetup.log 2>&1 echo -e "XXX\n3\nCreating Bond Interface... \nXXX" - create_bond >>~/sosetup.log 2>&1 + create_bond_nmcli >>~/sosetup.log 2>&1 echo -e "XXX\n4\nGenerating Sensor Pillar... \nXXX" sensor_pillar >>~/sosetup.log 2>&1 echo -e "XXX\n5\nInstalling Salt Components... \nXXX" @@ -1866,7 +1866,7 @@ if (whiptail_you_sure); then { sleep 0.5 echo -e "XXX\n0\nCreating Bond Interface... \nXXX" - create_bond >>~/sosetup.log 2>&1 + create_bond_nmcli >>~/sosetup.log 2>&1 echo -e "XXX\n1\nInstalling saltstack... \nXXX" saltify >>~/sosetup.log 2>&1 echo -e "XXX\n3\nInstalling docker... \nXXX"