From bb8a884cc5ced1f7129d2791252611dabd01e927 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 25 Sep 2019 11:01:03 -0400 Subject: [PATCH] Setup Script - Fix display message for eval hive --- so-setup-network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index 7c2fb79fe..318d7679a 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -1946,7 +1946,7 @@ if (whiptail_you_sure); then salt-call state.apply schedule >> $SETUPLOG 2>&1 salt-call state.apply soctopus >> $SETUPLOG 2>&1 if [[ $THEHIVE == '1' ]]; then - echo -e "XXX\n97\nInstalling misc components... \nXXX" + echo -e "XXX\n97\nInstalling The Hive... \nXXX" salt-call state.apply hive >> $SETUPLOG 2>&1 fi echo -e "XXX\n98\nSetting checkin to run on boot... \nXXX"