From 115a0ec2294c0a009e164bed1843f45ddbc7bd28 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 10 Dec 2019 10:18:16 -0500 Subject: [PATCH] Helix Mode - Add bond --- setup/so-setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/so-setup.sh b/setup/so-setup.sh index 56b4885be..c9dc12da8 100644 --- a/setup/so-setup.sh +++ b/setup/so-setup.sh @@ -175,6 +175,8 @@ if (whiptail_you_sure) ; then # Install salt and dependencies { sleep 0.5 + echo -e "XXX\n0\nCreating Bond Interface... \nXXX" + create_sensor_bond >> $SETUPLOG 2>&1 echo -e "XXX\n1\nInstalling and configuring Salt... \nXXX" echo " ** Installing Salt and Dependencies **" >> $SETUPLOG saltify >> $SETUPLOG 2>&1